Browse Source

Add example for Jitsi JVB STUN server

pull/1870/head
EH 3 years ago
committed by GitHub
parent
commit
933a0f6d22
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      roles/matrix-jitsi/defaults/main.yml

+ 5
- 0
roles/matrix-jitsi/defaults/main.yml View File

@@ -238,6 +238,11 @@ matrix_jitsi_jvb_rtp_tcp_port: 4443
# matrix_jitsi_jvb_custom_config_extension: | # matrix_jitsi_jvb_custom_config_extension: |
# org.jitsi.videobridge.xmpp.user.shard.DISABLE_CERTIFICATE_VERIFICATION=false # org.jitsi.videobridge.xmpp.user.shard.DISABLE_CERTIFICATE_VERIFICATION=false
# org.jitsi.videobridge.ENABLE_STATISTICS=false # org.jitsi.videobridge.ENABLE_STATISTICS=false
# One possible configuration is to add a STUN for the Jitsi JVB to use in case you are behind a NAT,
# as mentioned here: https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-quickstart/#advanced-configuration
# For example you can use a Google STUN:
# matrix_jitsi_jvb_custom_config_extension: |
# org.ice4j.ice.harvest.STUN_MAPPING_HARVESTER_ADDRESSES=stun.l.google.com:19302
matrix_jitsi_jvb_custom_config_extension: '' matrix_jitsi_jvb_custom_config_extension: ''


# Additional environment variables to pass to the Jitsi JVB container. # Additional environment variables to pass to the Jitsi JVB container.


Loading…
Cancel
Save