提交 5b7c10d5 authored 作者: Brian West's avatar Brian West

FS-8297 #resolve [Auto STUN switches IPs quickly, WebRTC video not working]

上级 86197b7e
...@@ -1184,7 +1184,7 @@ static void handle_ice(switch_rtp_t *rtp_session, switch_rtp_ice_t *ice, void *d ...@@ -1184,7 +1184,7 @@ static void handle_ice(switch_rtp_t *rtp_session, switch_rtp_ice_t *ice, void *d
ice->last_ok = now; ice->last_ok = now;
rtp_session->wrong_addrs = 0; rtp_session->wrong_addrs = 0;
} else { } else {
if (((rtp_session->dtls && rtp_session->dtls->state != DS_READY) || !ice->ready || !ice->rready)) { if (((rtp_session->dtls && rtp_session->dtls->state != DS_READY) || !ice->ready || !ice->rready) && rtp_session->wrong_addrs > 2) {
do_adj++; do_adj++;
} else if (rtp_session->wrong_addrs > 5 || elapsed >= 3000) { } else if (rtp_session->wrong_addrs > 5 || elapsed >= 3000) {
do_adj++; do_adj++;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论