TURN服务器转弯:xx.xx.xxx.xxx:3479返回了错误,代码为701?

问题描述 投票:0回答:1

我已经尝试使用Redis的数据库备份来设置转弯服务器,这是相同的配置。

listening-port=3478
tls-listening-port=5349
listening-ip=<my_ip>
realm=<domain_name>
total-quota=100
bps-capacity=100
stale-nonce=600
min-port=49152
max-port=65535
fingerprint
lt-cred-mech
use-auth-secret
static-auth-secret=<my_auth_key>
server-name=<domain_name>
redis-userdb=<redis_conn_string>

而且我正在用以下方式测试此服务器:https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/我收到以下错误。

The server turn:<domain_name>:3479?transport=udp returned an error with code=701:

我想了解为什么会这样。在此先感谢您的宝贵时间。如果我错过了任何内容,请在注释中让我知道。

我已经尝试用Redis的数据库备份来设置转弯服务器,这是相同的配置。侦听端口= 3478 tls-侦听端口= 5349侦听ip = 域= <...>

docker stun turn coturn
1个回答
0
投票

确保STUN / TURN服务器同时绑定到IPv4和IPv6地址,否则将发生此超时。

© www.soinside.com 2019 - 2024. All rights reserved.