Browse Source

add coturn link

pull/970/head
aler9 4 years ago
parent
commit
4bcaa950b8
  1. 2
      README.md

2
README.md

@ -1047,7 +1047,7 @@ docker run --rm -it \
rtsp-simple-server 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 ```yml
webrtcICEServers: [turn:user:pass:host:ip] webrtcICEServers: [turn:user:pass:host:ip]

Loading…
Cancel
Save