Advertisement
Guest User

Untitled

a guest
Dec 28th, 2020
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. org.ice4j.ice.harvest.DISABLE_AWS_HARVESTER=true
  2. org.ice4j.ice.harvest.STUN_MAPPING_HARVESTER_ADDRESSES=meet-jit-si-turnrelay.jitsi.net:443
  3. org.ice4j.ice.harvest.ALLOWED_INTERFACES=eth0
  4. org.ice4j.ipv6.DISABLED=true
  5. org.jitsi.videobridge.ENABLE_STATISTICS=true
  6. org.jitsi.videobridge.STATISTICS_TRANSPORT=muc
  7. org.jitsi.videobridge.xmpp.user.shard.HOSTNAME=localhost
  8. org.jitsi.videobridge.xmpp.user.shard.DOMAIN=XXX
  9. org.jitsi.videobridge.xmpp.user.shard.USERNAME=XXX
  10. org.jitsi.videobridge.xmpp.user.shard.PASSWORD=XX
  11. org.jitsi.videobridge.xmpp.user.shard.MUC_JIDS=JvbBrewery@XXX
  12. org.jitsi.videobridge.xmpp.user.shard.MUC_NICKNAME=XXX
  13. org.jitsi.impl.neomedia.transform.srtp.SRTPCryptoContext.checkReplay=false
  14. # The videobridge uses 443 by default with 4443 as a fallback, but since we're already
  15. # running nginx on 443 in this example doc, we specify 4443 manually to avoid a race condition
  16. #org.jitsi.videobridge.TCP_HARVESTER_PORT=4443
  17. org.jitsi.videobridge.DISABLE_TCP_HARVESTER=true
  18. org.jitsi.videobridge.SINGLE_PORT_HARVESTER_PORT=10000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement