【发布时间】:2021-11-20 19:20:11
【问题描述】:
我从安全组为我的实例上的 coturn 服务器启用了所有必要的端口。我也正确配置了 turnserver.conf 文件,但是当我在tricleICE 上添加我的转向服务器时,它仍然显示错误 701。
这是我的 turnserver.conf:
listening-port=3478
# and 5349 for TLS (secure)
tls-listening-port=5349
#alt-listening-port=80
# Require authentication
fingerprint
lt-cred-mech
# Specify the server name and the realm that will be used
# if is your first time configuring, just use the domain as name
server-name=mydomain.com
realm=mydomain.com
# Important:
# Create a test user if you want
# You can remove this user after testing
user=<myusername>:<mypassword>
#min-port=705
#max-port=1000
total-quota=100
stale-nonce=600
external-ip=<my public ip>/<my private ip>
listening-ip=<my private ip>
relay-ip=<my public ip>
ec2 入站安全组的屏幕截图: security-groups
有人可以帮我解决这个问题吗?当我输入命令时
sudo systemctl status coturn
【问题讨论】:
标签: amazon-web-services ubuntu amazon-ec2 webrtc coturn