|
|
@ -1,7 +1,5 @@ |
|
|
|
org.jitsi.impl.neomedia.transform.srtp.SRTPCryptoContext.checkReplay=false |
|
|
|
org.jitsi.impl.neomedia.transform.srtp.SRTPCryptoContext.checkReplay=false |
|
|
|
org.jitsi.videobridge.SINGLE_PORT_HARVESTER_PORT={{ jitsi_videobridge_rtp_port }} |
|
|
|
org.jitsi.videobridge.SINGLE_PORT_HARVESTER_PORT={{ jitsi_videobridge_rtp_port }} |
|
|
|
org.jitsi.videobridge.TCP_HARVESTER_PORT={{ jitsi_videobridge_harvester_port }} |
|
|
|
|
|
|
|
org.jitsi.videobridge.DISABLE_TCP_HARVESTER=false |
|
|
|
|
|
|
|
org.ice4j.ipv6.DISABLED=true |
|
|
|
org.ice4j.ipv6.DISABLED=true |
|
|
|
{% if jitsi_external_ip is defined %} |
|
|
|
{% if jitsi_external_ip is defined %} |
|
|
|
org.ice4j.ice.harvest.NAT_HARVESTER_LOCAL_ADDRESS={{ ansible_default_ipv4.address }} |
|
|
|
org.ice4j.ice.harvest.NAT_HARVESTER_LOCAL_ADDRESS={{ ansible_default_ipv4.address }} |
|
|
|