Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Latest commit

 

History

History
31 lines (18 loc) · 854 Bytes

COTURN.md

File metadata and controls

31 lines (18 loc) · 854 Bytes

Stun turn server

For deploy self stun/turn server recomended use coturn/coturn library. You can use other solutions, but since the project is tested with coturn, here is a brief instruction on how to set it up.

Installation


Find a binary mirror with coturn for your OS or build it manually


Set up

  • Make backup of old config coturn config file
cp /etc/coturn/turnserver.conf /etc/coturn/turnserver.backup.conf

Start

systemctl start coturn

Expected Behavior

If coturn is working correctly and iceServers is correct in the component, then there should be a connection with remote devices and there should be no errors associated with STUN and TURN in the console