meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
sw:nextcloud:talk:turn [2020/11/18 10:15] – created niziaksw:nextcloud:talk:turn [2020/11/18 20:46] (current) niziak
Line 1: Line 1:
 ====== TURN Server ====== ====== TURN Server ======
  
-CoTURN +Talk works correctly only in the same network. To work with multiple client behind NAT, TURN server is required. 
-======+ 
 + 
 +===== CoTURN ===== 
  
 Official NC HowTo for installing TURN server: [[https://help.nextcloud.com/t/howto-setup-nextcloud-talk-with-turn-server/30794]] Official NC HowTo for installing TURN server: [[https://help.nextcloud.com/t/howto-setup-nextcloud-talk-with-turn-server/30794]]
Line 26: Line 29:
     * https://github.com/spreedbox/spreedbox/wiki/Use-TURN-server     * https://github.com/spreedbox/spreedbox/wiki/Use-TURN-server
     * https://www.netways.de/blog/2017/08/16/setting-up-a-turn-server-for-nextcloud-video-calls/     * https://www.netways.de/blog/2017/08/16/setting-up-a-turn-server-for-nextcloud-video-calls/
 +
 +===== TCP/UDP Ports =====
 +
 +  * Default TCP/UDP 3478 (can be set to 80)
 +  * Default TLS/DTLS is 5349 (can be set to 443)
 +  * Receiving UDP ports: 49152-65535
 +<code>
 +    --min-port Lower bound of the UDP port range for relay endpoints allocation. Default value is 49152, according to RFC 5766.
 +    --max-port Upper bound of the UDP port range for relay endpoints allocation. Default value is 65535, according to RFC 5766.
 +</code>