1

我按照此链接https://www.webrtc-experiment.com/docs/TURN-server-installation-guide.html#centos在 centos 7 中安装转服务器。配置步骤我给出了用户名和密码,也给出了与指南相同的端口。

最后我运行评论:“turnserver -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 的新手......

4

1 回答 1

0

请遵循此说明: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 coturn
于 2020-06-04T11:20:06.560 回答