소스 검색

Add example for Jitsi JVB STUN server

pull/1870/head
EH 3 년 전
committed by GitHub
부모
커밋
933a0f6d22
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. +5
    -0
      roles/matrix-jitsi/defaults/main.yml

+ 5
- 0
roles/matrix-jitsi/defaults/main.yml 파일 보기

@@ -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.


불러오는 중...
취소
저장