samdutton / simpl

Simplest possible examples of HTML, CSS and Javascript:
https://simpl.info
Apache License 2.0
5.18k stars 1.64k forks source link

Getting timeout issue for ice candidate collection #69

Closed KrishPS closed 8 years ago

KrishPS commented 8 years ago

During the call with WebRTC app in CEF3, I am getting below Errors. 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

Getting the delay of 9 seconds...

KrishPS commented 8 years ago

It was the bug in chrome 45. This problem has been resolved in chrome 47. For more info please follow below link. https://bitbucket.org/chromiumembedded/cef/issues/1777/getting-timeout-error-for-ice-candidate