From 4bcaa950b87dc27fcfc6c5cc5f0b836d933c6274 Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Sat, 4 Feb 2023 16:10:53 +0100 Subject: [PATCH] add coturn link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b35b37a9..2f0f34e3 100644 --- a/README.md +++ b/README.md @@ -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]