Docker container image for jitsi-videobridge daemon
Configuration options:
e.g.:
docker run -d \
-e XMPP_PORT=49171 \
-e XMPP_HOST=192.168.59.103 \
-e VIDEOBRIDGE_SECRET=AIOEfhuabeu34g8 \
-e MEDIA_MIN_PORT=10000 \
-e MEDIA_MAX_PORT=10020 \
-p 50000-50020:10000-10020 jitsi-videobridge
will start jitsi-videobridge service for "example.com" XMPP domain, connected to XMPP server 192.168.59.103 on port 49171 (for XEP-0114), will expose media ports 10000-10020 and map to host ports 50000-50020
Content type
Image
Digest
sha256:6dede86f5…
Size
-
Last updated
over 11 years ago
docker pull yulis/jitsi-videobridge