-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Song Zheng edited this page Oct 4, 2020
·
4 revisions
Sources:
- stack overflow source - a little outdated.
- webrtc-experiment source - also a little outdated.
Instructions:
- Installing:
sudo apt-get install --assume-yes coturn
-
3478
is the default port for TURN server. - Config file:
sudo vim /etc/turnuserdb.conf
- Starting turn server:
sudo turnserver --user c0d3_student:c0d3s_really_hard
Next step: systemctl start turnserver