mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-25 12:32:01 -08:00
add coturn link
This commit is contained in:
parent
336c4046ac
commit
4bcaa950b8
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue