RSATom / janus-gateway-snap

Helper repo for build Janus WebRTC Server on build.snapcraft.io and launchpad.net
https://github.com/meetecho/janus-gateway
GNU General Public License v3.0
28 stars 9 forks source link

Get it from the Snap Store

janus-gateway-snap

Helper repo for build Janus WebRTC Server on build.snapcraft.io

Directories mappings

So you can find:

Some hints

Getting Started Guide

  1. sudo apt update
  2. sudo apt install snapd
  3. Use logs to check if it's running. Many options:
    • snap list janus-gateway
    • sudo snap logs janus-gateway
    • sudo snap logs janus-gateway -f
    • sudo snap logs janus-gateway -n=all
    • sudo systemctl status snap.janus-gateway.janus-gateway.service
  4. Use sudo lsof -i -P -n | grep janus to check ports being listened to
  5. Open /var/snap/janus-gateway/common/etc to view/modify configs
  6. Run the demos locally: cd /snap/janus-gateway/current/opt/janus/share/janus/demos && python -m SimpleHTTPServer 8000
  7. Then visit http://localhost:8000 in your browser.