Bladeren bron

Add example for Jitsi JVB STUN server

pull/1870/head
EH 4 jaren geleden
committed by GitHub
bovenliggende
commit
933a0f6d22
Geen bekende sleutel gevonden voor deze handtekening in de database GPG sleutel-ID: 4AEE18F83AFDEB23
1 gewijzigde bestanden met toevoegingen van 5 en 0 verwijderingen
  1. +5
    -0
      roles/matrix-jitsi/defaults/main.yml

+ 5
- 0
roles/matrix-jitsi/defaults/main.yml Bestand weergeven

@@ -238,6 +238,11 @@ matrix_jitsi_jvb_rtp_tcp_port: 4443
# matrix_jitsi_jvb_custom_config_extension: |
# org.jitsi.videobridge.xmpp.user.shard.DISABLE_CERTIFICATE_VERIFICATION=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: ''

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


Laden…
Annuleren
Opslaan