我按照这个链接https://www.webrtc-experiment.com/docs/TURN-server-installation-guide.html#centos在centos7中安装了turn服务器。在配置步骤中,我给出了用户名和密码,也给出了与指南相同的端口。
最后,我运行注释:“turn username -v -r 127.1.1:2222 -a -b turnuserdb.conf -c turnserver.conf -u turn-username -r 127.1.1:2222 -p turn-password”
在执行过程中显示错误的用户名。
任何关于在Centos7中安装Coturn的想法,因为我是webrtc的新手…
发布于 2020-06-04 19:20:07
请按照以下说明操作:https://centos.pkgs.org/7/epel-x86_64/coturn-4.5.1.2-1.el7.x86_64.rpm.html
wget https://download-ib01.fedoraproject.org/pub/epel/7/x86_64/Packages/e/epel-release-7-12.noarch.rpm
rpm -Uvh epel-release-7-12.noarch.rpm
yum install coturnhttps://stackoverflow.com/questions/56945436
复制相似问题