【发布时间】:2020-04-15 14:51:37
【问题描述】:
我已尝试使用 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:
我想了解为什么会发生这种情况。提前感谢您的宝贵时间 - 如果我遗漏了任何内容、过分强调或过分强调某个特定点,请在 cmets 中告诉我。
【问题讨论】: