next set of updates
This commit is contained in:
7
jails/config/meet/videobridge/jitsi-videobridge.conf
Normal file
7
jails/config/meet/videobridge/jitsi-videobridge.conf
Normal file
@ -0,0 +1,7 @@
|
||||
JVB_XMPP_HOST=localhost
|
||||
JVB_XMPP_DOMAIN=meet.ahlawat.com
|
||||
JVB_XMPP_PORT=5347
|
||||
JVB_XMPP_SECRET=YOURSECRET1-qwertyuiop
|
||||
|
||||
VIDEOBRIDGE_MAX_MEMORY=3072m
|
||||
# VIDEOBRIDGE_DEBUG_OPTIONS="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000"
|
@ -0,0 +1,7 @@
|
||||
#org.jitsi.videobridge.AUTHORIZED_SOURCE_REGEXP=focus@auth.meet.ahlawat.com/.*
|
||||
org.jitsi.impl.neomedia.transform.srtp.SRTPCryptoContext.checkReplay=false
|
||||
# The videobridge uses 443 by default with 4443 as a fallback, but since we're already
|
||||
# running nginx on 443 in this example doc, we specify 4443 manually to avoid a race condition
|
||||
org.jitsi.videobridge.TCP_HARVESTER_PORT=4443
|
||||
org.ice4j.ice.harvest.NAT_HARVESTER_LOCAL_ADDRESS=192.168.0.67
|
||||
org.ice4j.ice.harvest.NAT_HARVESTER_PUBLIC_ADDRESS=173.167.104.25
|
Reference in New Issue
Block a user