我尝试过使用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:
我想了解为什么会这样。在此先感谢您的宝贵时间。如果我错过了任何内容,则请在评论中让我知 Prop 体点。
最佳答案
确保将STUN / TURN服务器绑定(bind)到IPv4和IPv6地址,否则将发生超时。
关于docker - TURN服务器turn:xx.xx.xxx.xxx:3479返回错误代码为701?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/61231764/