-
This image contains the meetecho janus webrtc gateway (https://github.com/meetecho/janus-gateway)
-
It uses the google stun server
-
This repository is published here: https://hub.docker.com/r/efacilitation/docker-janus-webrtc-gateway/
Disables RabbitMQ and MQTT
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 7088:7088 -p 8088:8088 -p 8188:8188 efacilitation/docker-janus-webrtc-gateway:latest