ubutun 16.04系统环境
安装组件
sudo apt-get install libssl-devsudo
apt-get install libevent-devsudo
apt-get install libpq-devsudo
apt-get install mysql-clientsudo
apt-get install libmysqlclient-devsudo
apt-get install libhiredis-devsudo
apt-get install git
git clone https://github.com/coturn/coturn
cd coturn
./configure
make
sudo make install
which turnserver 查看是否安装成功
turnserver -o -a -f -v --mobility -m 10 --max-bps=100000 --min-port=32355 --max-port=65535 --user=ling:ling1234 --user=ling2:ling1234 -r demo
参考网址:https://blog.csdn.net/wojiaopanpan/article/details/50698184
https://blog.csdn.net/lamb7758/article/details/77045735
https://www.cnblogs.com/mobilecard/p/6542294.html
文章来源: webrtc conturn 服务器配置