meta data for this page
  •  

Differences

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

Link to this comparison view

Next revisionBoth sides next revision
sw:nextcloud:talk:turn [2020/11/18 10:15] – created niziaksw:nextcloud:talk:turn [2020/11/18 10:34] niziak
Line 26: Line 26:
     * 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>