Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Latest commit

 

History

History

coturn-server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Installing Coturn

To enable voice & video call, you need to install Turn Server.

  1. Install coturn using apt-get
sudo apt-get -y update
sudo apt-get -y install coturn
  1. Enable coturn by editing /etc/default/coturn, remove “#” comment on TURNSERVER_ENABLED to enable turnserver.

  2. Create your coturn config in /etc/turnserver.conf, you can check the example config, some config lines are commented out to disable SSL, you can enable it by removing the “#” and editing it to your own need.

  3. Run the turnserver from command line

turnserver -o

In some cases, some mobile provider can’t be used to access port 3478 or port 5349, try to replace the port in config with 8000 or 8080 to check if it solve the problem.