Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

tiny-pilot/janus-debian

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Janus Debian Package

License CircleCI

Use CircleCI to build an ARMv7 Debian package for the Janus WebRTC server.

Overview

We use Docker as a build context for creating an ARMv7 (armhf) Debian package, with precompiled Janus binaries (see the Dockerfile for the complete build procedure). The resulting artifact is emitted to the build/ folder. For example:

build/janus_1.0.1-20220513_armhf.deb

Pre-requisites

  • Raspberry Pi OS (32bit) Bullseye
  • Docker
  • Git

Build

On the device, run the following commands:

# Build Debian package.
pushd "$(mktemp -d)" && \
  git clone https://github.com/tiny-pilot/janus-debian.git . && \
  ./dev-scripts/build-debian-pkg 'linux/arm/v7'

Install

On the device, run the following command:

# Install Debian package.
sudo apt-get install --yes ./build/janus_*.deb

You can confirm that the Janus systemd service is running, by executing the following command:

sudo systemctl status janus.service

Uninstall

On the device, run the following command:

sudo apt-get purge --yes janus

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •  
Morty Proxy This is a proxified and sanitized view of the page, visit original site.