Originally forked from https://github.com/atyenoria/janus-webrtc-gateway-docker
- Update
pcre-8.41.tar.gz
download URL to this repo; - Change
libmicrohttpd
download source to GitHub repo; - Change janus default install path to
/opt/janus
; - Replace
janus.plugin.videoroom.jcfg
&janus.transport.http.jcfg
janus config files to docker image; - Update
libsrtp
to version2.4.2
; - Update
janus-gateway
to version0.12.1
; - Update
zlib
to1.2.12
- Support HTTPS(Self signed certs).
1. git clone https://github.com/Meonardo/janus-docker.git && cd janus-docker
2. make build
3. make run
The make build
step will take time, once the image is created successfully, you can export the image to a zip file
// for exporting
docker save ‘image:container’ > ‘path/to/save/saved.tar’
// for importing
docker load < ‘saved.tar’;
- cd to the
janus-docker
folder; - change the
janus.plugin.videoroom.jcfg
config file content if need; - run
make start
to start the container.