Docker for Janus, the general purpose WebRTC server.
⚠️ This repository is outdated and has been archived.
Janus the general purpose WebRTC server.
Create certificates in /example/certificates/
.
Copy the config files in /example/conf/
.
cd example/conf/
cp janus.eventhandler.sampleevh.jcfg.sample janus.eventhandler.sampleevh.jcfg
cp janus.eventhandler.wsevh.jcfg.sample janus.eventhandler.wsevh.jcfg
cp janus.jcfg.sample janus.jcfg
cp janus.plugin.audiobridge.jcfg.sample janus.plugin.audiobridge.jcfg
cp janus.plugin.echotest.jcfg.sample janus.plugin.echotest.jcfg
cp janus.plugin.nosip.jcfg.sample janus.plugin.nosip.jcfg
cp janus.plugin.recordplay.jcfg.sample janus.plugin.recordplay.jcfg
cp janus.plugin.sip.jcfg.sample janus.plugin.sip.jcfg
cp janus.plugin.streaming.jcfg.sample janus.plugin.streaming.jcfg
cp janus.plugin.textroom.jcfg.sample janus.plugin.textroom.jcfg
cp janus.plugin.videocall.jcfg.sample janus.plugin.videocall.jcfg
cp janus.plugin.videoroom.jcfg.sample janus.plugin.videoroom.jcfg
cp janus.plugin.voicemail.jcfg.sample janus.plugin.voicemail.jcfg
cp janus.transport.http.jcfg.sample janus.transport.http.jcfg
cp janus.transport.pfunix.jcfg.sample janus.transport.pfunix.jcfg
cp janus.transport.websockets.jcfg.sample janus.transport.websockets.jcfg
Edit the files:
janus.jcfg
, janus.transport.http.jcfg
and janus.transport.websockets.jcfg
and set cert_pem = "/usr/share/certificates/cert.pem"
and cert_key = "/usr/share/certificates/key.pem"
stun_server = "stun.l.google.com"
and stun_port = 19302
in janus.jcfg
janus.jcfg
Use Docker to build the image.
cd example
docker build .
cd example
docker-compose up -d
This project is maintained by @maehr. Please understand that we won’t be able to provide individual support via email. We also believe that help is much more valuable if it’s shared publicly, so that more people can benefit from it.
Type | Platforms |
---|---|
🚨 Bug Reports | GitHub Issue Tracker |
🎁 Feature Requests | GitHub Issue Tracker |
🛡 Report a security vulnerability | GitHub Issue Tracker |
No changes are currently planned.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
All emojis designed by OpenMoji – the open-source emoji and icon project. License: CC BY-SA 4.0