-
This image contains the janus webrtc gateway from meetecho (https://github.com/meetecho/janus-gateway)
-
It uses the stun server from google
-
This repository is published at https://hub.docker.com/r/efacilitation/docker-janus-webrtc-gateway/
Disables RabbitMQ, Admin and Secure Websockets
docker build -t efacilitation/docker-janus-webrtc-gateway
Port | Description |
---|---|
80 | HTML-Examples |
8088 | RESTful API |
8188 | WebSocket API |
No environment variables are needed for this image.
This container does not need any container linked to.
docker run -d -p 80:80 -p 8088:8088 -p 8188:8188 efacilitation/docker-janus-webrtc-gateway:latest