简体   繁体   English

获取冰候选集合的超时问题

[英]Getting timeout issue for ice candidate collection

During the call with WebRTC app in CEF3, I am getting below Errors.在 CEF3 中与 WebRTC 应用程序通话期间,我遇到了错误。 I have done a lot analysis but could not figure it out reason/solution of this issue.. Please suggest what is the problem & what is the 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

This is a chromium bug.这是一个铬错误。 upgrade to chromimum 47, this problem doesn't exist.升级到chromimum 47,这个问题就不存在了。

Please follow the below link that has simpler problem.请按照下面有更简单问题的链接。 https://groups.google.com/forum/#!msg/discuss-webrtc/7AZlGM8EQUI/XW9c_YyzmeYJ https://groups.google.com/forum/#!msg/discuss-webrtc/7AZlGM8EQUI/XW9c_YyzmeYJ

One developer has raised the below issue that got resolved on Aug 2015. Raised issue: https://bugs.chromium.org/p/webrtc/issues/detail?id=4215一位开发人员提出了以下问题,该问题已于 2015 年 8 月解决。提出的问题: https : //bugs.chromium.org/p/webrtc/issues/detail? id =4215

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM