add coturn link

This commit is contained in:
aler9 2023-02-04 16:10:53 +01:00
parent 336c4046ac
commit 4bcaa950b8

View file

@ -1047,7 +1047,7 @@ docker run --rm -it \
rtsp-simple-server
```
Finally, if none of these methods work, you can force all WebRTC/ICE connections to pass through a TURN server, that must be configured externally. The server address and credentials must be set in the configuration file:
Finally, if none of these methods work, you can force all WebRTC/ICE connections to pass through a TURN server, like [coturn](https://github.com/coturn/coturn), that must be configured externally. The server address and credentials must be set in the configuration file:
```yml
webrtcICEServers: [turn:user:pass:host:ip]