open-museum / janus-gateway-docker

Docker for Janus, the general purpose WebRTC server.

Home Page:https://open-museum.github.io/janus-gateway-docker/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚠️ This repository is outdated and has been archived.

Janus the general purpose WebRTC server.

GitHub issues GitHub forks GitHub stars GitHub license

Installation

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:

  • Enable secure transport protocols in 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"
  • Set stun_server = "stun.l.google.com"and stun_port = 19302 in janus.jcfg
  • Disable unused plugins in janus.jcfg

Use Docker to build the image.

cd example
docker build .

Usage

cd example
docker-compose up -d

Support

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

Roadmap

No changes are currently planned.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors and acknowledgment

  • Moritz Mähr - Initial work - maehr

See also the list of contributors who participated in this project.

License

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

About

Docker for Janus, the general purpose WebRTC server.

https://open-museum.github.io/janus-gateway-docker/

License:MIT License


Languages

Language:HTML 57.2%Language:Dockerfile 38.0%Language:SCSS 4.8%