Closed
Bug 985493
Opened 11 years ago
Closed 11 years ago
Failed call using apprtc (Responding with error 400: ICE Failure)
Categories
(Core :: WebRTC: Audio/Video, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1006809
People
(Reporter: NiKo, Assigned: bwc)
Details
Attachments
(2 files)
We tried to setup a call using AppRTC (https://apprtc.appspot.com/) with :mreavy and couldn't establish video communication (audio worked).
Please find attached the logs extracted from `about:webrtc`. Maire may probably want to attach her logs to the bug as well.
Reporter | ||
Updated•11 years ago
|
Flags: needinfo?(mreavy)
Updated•11 years ago
|
Assignee: nobody → docfaraday
Assignee | ||
Comment 2•11 years ago
|
||
I see a bunch of lines like the following in NiKo's logfile:
ICE(PC:1395237957296736 (id=367 url=https://apprtc.appspot.com/?r=66868891)): Error on reliable socket. Abandoning.
This unhooks the socket from the readable callback, which would prevent any traffic from being received. What version were you using NiKo?
Assignee | ||
Updated•11 years ago
|
Flags: needinfo?(nperriault)
Assignee | ||
Comment 3•11 years ago
|
||
Actually, I think I might know what is going on here, and I think that there is a fix for this in the ICE TCP patch.
Reporter | ||
Comment 4•11 years ago
|
||
I unfortunately forgot noting the exact version I was using for this call, but it was a fresh nightly from that very day.
Flags: needinfo?(nperriault)
Assignee | ||
Comment 5•11 years ago
|
||
I suspect that this might be a dupe of bug 1006809 (a 400 response can be caused by that bug), but it is hard to tell for sure. I wish there was something more I could pinpoint here, but without logging from the other side I'm not having any luck.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•