mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-04-30 13:44:30 +02:00
kurento: specify network interface for reduced candidates and open sockets
This commit is contained in:
parent
a4368f27cd
commit
17c78ccbcd
@ -95,6 +95,7 @@ services:
|
||||
KMS_MAX_PORT: 32768
|
||||
KMS_EXTERNAL_ADDRESS: ${EXTERNAL_IP}
|
||||
KMS_TURN_URL:
|
||||
KMS_NETWORK_INTERFACES: ${NETWORK_INTERFACE:-}
|
||||
network_mode: host
|
||||
|
||||
webrtc-sfu:
|
||||
|
@ -7,6 +7,10 @@ DOMAIN=bbb.example.com
|
||||
|
||||
EXTERNAL_IP=144.76.97.10
|
||||
|
||||
# setting the network interface speeds up kurentos WebRTC connection time
|
||||
#NETWORK_INTERFACE=ens3
|
||||
|
||||
# STUN SERVER
|
||||
# stun.freeswitch.org
|
||||
STUN_IP=216.93.246.18
|
||||
STUN_PORT=3478
|
||||
|
Loading…
Reference in New Issue
Block a user