Error processing ICE candidate
Categories
(Core :: WebRTC, defect, P2)
Tracking
()
People
(Reporter: elatllat, Unassigned)
References
(Regression, )
Details
(Keywords: regression)
Attachments
(1 file)
(deleted),
image/png
|
Details |
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0
Steps to reproduce:
Visit https://appr.tc/ with the latest firefox release and the latest chrome release and try to have a audio video call.
https://github.com/webrtc/samples/issues/1202
Actual results:
audio only from firefox to chrome
Expected results:
audio and video in both directions.
Comment 1•5 years ago
|
||
(Not confirmed. Just moving to the right component.)
https://www.phoronix.com/forums/forum/phoronix/latest-phoronix-articles/1113861-firefox-69-beta-on-linux-bringing-better-performance?p=1114055#post1114055
FF 68 broke WebRTC
Comment 2•5 years ago
|
||
Hi,
we've managed to reproduce the reported behavior on release 68 version, receiving only windows side. I will mark the bug as new in order to have it verified by a developer.
Regards
David
Comment 3•5 years ago
|
||
Updated•5 years ago
|
Comment 5•5 years ago
|
||
I'm guessing the addIceCandidate error is just Chrome not liking the end-of-candidates signal from the latest spec. Media is flowing both ways though, and we're using bundle, so I doubt the addIceCandidate error has anything to do with one-way audio. I just tested with nightly and release on OS X, and I get audio and video both ways.
I can try testing on linux a little bit later.
Reporter | ||
Comment 6•5 years ago
|
||
Would have been better to add support for receiving, and wait for other browsers to support end-of-candidates-signal before implementing the the sending part. But looks like it will get fixed soon-ish;
https://bugs.chromium.org/p/chromium/issues/detail?id=978582
Updated•5 years ago
|
Comment 8•5 years ago
|
||
So when we implemented bug 1318167 we broke interop with Chrome. But this only affects the very last ICE message which effectively say "I have no more ICE candidates for you". So it should not affect the call establishing.
I was not able to repro lack of video. For me audio and video are both working in both directions. Which is what I would expect: this results in JS return errors on the Chrome side, but should not affect the call itself.
Updated•5 years ago
|
Comment 9•5 years ago
|
||
Thanks Nils, given that, probably not worth tracking for 68?
Updated•5 years ago
|
Updated•5 years ago
|
Comment 10•5 years ago
|
||
Besides the ICE candidate error we actually found a problem with sending black video in bug 1570673.
Updated•5 years ago
|
Updated•5 years ago
|
Updated•3 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Description
•