mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-04-28 04:38:28 +02:00
kurento: specify network interface for reduced candidates and open sockets
This commit is contained in:
parent
a4368f27cd
commit
17c78ccbcd
@ -94,7 +94,8 @@ services:
|
|||||||
KMS_MIN_PORT: 24577
|
KMS_MIN_PORT: 24577
|
||||||
KMS_MAX_PORT: 32768
|
KMS_MAX_PORT: 32768
|
||||||
KMS_EXTERNAL_ADDRESS: ${EXTERNAL_IP}
|
KMS_EXTERNAL_ADDRESS: ${EXTERNAL_IP}
|
||||||
KMS_TURN_URL:
|
KMS_TURN_URL:
|
||||||
|
KMS_NETWORK_INTERFACES: ${NETWORK_INTERFACE:-}
|
||||||
network_mode: host
|
network_mode: host
|
||||||
|
|
||||||
webrtc-sfu:
|
webrtc-sfu:
|
||||||
|
@ -7,6 +7,10 @@ DOMAIN=bbb.example.com
|
|||||||
|
|
||||||
EXTERNAL_IP=144.76.97.10
|
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.freeswitch.org
|
||||||
STUN_IP=216.93.246.18
|
STUN_IP=216.93.246.18
|
||||||
STUN_PORT=3478
|
STUN_PORT=3478
|
||||||
@ -193,4 +197,4 @@ REPORT_ISSUE_URL=https://github.com/bigbluebutton/greenlight/issues/new
|
|||||||
# open - For open registration
|
# open - For open registration
|
||||||
# invite - For invite only registration
|
# invite - For invite only registration
|
||||||
# approval - For approve/decline registration
|
# approval - For approve/decline registration
|
||||||
DEFAULT_REGISTRATION=open
|
DEFAULT_REGISTRATION=open
|
||||||
|
Loading…
Reference in New Issue
Block a user