Update turnserver.md

This commit is contained in:
Steve Seguin
2025-03-22 12:09:29 -04:00
committed by GitHub
parent 5b4482ec0d
commit 1faebe7809

View File

@@ -23,6 +23,9 @@ WebRTC tries to establish peer-to-peer connections using the following methods,
The installer script automates the complete TURN server setup process:
```bash
sudo apt-get install
sudo apt-get upgrade
# Download the installer
wget https://raw.githubusercontent.com/steveseguin/vdo.ninja/develop/turnserver_install.sh.sample
mv turnserver_install.sh.sample turnserver_install.sh
@@ -275,4 +278,4 @@ For issues or questions:
## References
- [Coturn Documentation](https://github.com/coturn/coturn/wiki/turnserver)
- [WebRTC Samples](https://webrtc.github.io/samples/)
- [VDO.Ninja GitHub](https://github.com/steveseguin/vdo.ninja)
- [VDO.Ninja GitHub](https://github.com/steveseguin/vdo.ninja)