获取 ice candidate 收集的超时问题

Getting timeout issue for ice candidate collection

在 CEF3 中使用 WebRTC 应用程序调用期间,出现以下错误。我做了很多分析,但无法弄清楚这个问题 reason/solution.. 请提出问题所在以及解决方案。

1448447657717 - WebRtcAdaptorImpl - ICE candidate received: sdpMLineIndex = 1, candidate = candidate:1972606970 2 tcp 1518214910 10.12.1.104 0 typ host tcptype active generation 0 for call : undefined
1448447658619 - WebRtcAdaptorImpl - Re-setting ice candidate collection timeout: 1000
1448447659623 - WebRtcAdaptorImpl - Re-setting ice candidate collection timeout: 1000
1448447660625 - WebRtcAdaptorImpl - Re-setting ice candidate collection timeout: 1000
1448447661628 - WebRtcAdaptorImpl - Re-setting ice candidate collection timeout: 1000
1448447662630 - WebRtcAdaptorImpl - Re-setting ice candidate collection timeout: 1000
1448447663632 - WebRtcAdaptorImpl - Re-setting ice candidate collection timeout: 1000
1448447664635 - WebRtcAdaptorImpl - Re-setting ice candidate collection timeout: 1000
1448447665636 - WebRtcAdaptorImpl - Re-setting ice candidate collection timeout: 1000
1448447666638 - WebRtcAdaptorImpl - Ice candidate collection interrupted after given timeout, invoking successCallback.
1448447666639 - WebRtcAdaptorImpl - previous mute state of call: false

这是一个铬漏洞。升级到chromimum 47,这个问题就不存在了。

请按照下面的link解决问题。 https://groups.google.com/forum/#!msg/discuss-webrtc/7AZlGM8EQUI/XW9c_YyzmeYJ

一位开发人员提出了以下问题,该问题已于 2015 年 8 月得到解决。 提出的问题:https://bugs.chromium.org/p/webrtc/issues/detail?id=4215