Closed
Bug 1039655
Opened 10 years ago
Closed 9 years ago
[meta] Support TURN TCP on FxOS/e10s for WebRTC
Categories
(Core :: WebRTC: Networking, defect, P2)
Core
WebRTC: Networking
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
e10s | + | --- |
People
(Reporter: jesup, Unassigned)
References
Details
(Keywords: meta)
We want to implement TURN TCP on FxOS (which wasn't feasible to do in the initial TURN TCP implementation).
Info from Honza about interfaces to use for implementing TURN TCP in FxOS (TCP use from the child):
http://mxr.mozilla.org/mozilla-central/source/dom/network/interfaces/nsITCPSocketChild.idl
XPCOM usage from JS http://mxr.mozilla.org/mozilla-central/source/dom/network/src/TCPSocket.js#583
Comment 1•10 years ago
|
||
I have WIP patches on bug 950660 and bug 951677, but they haven't been updated for a while. I can be back with them in one or two months.
Reporter | ||
Updated•10 years ago
|
Updated•10 years ago
|
blocking-b2g: --- → 2.1?
Updated•9 years ago
|
Summary: Support TURN TCP on FxOS for WebRTC → Support TURN TCP on FxOS/e10s for WebRTC
Comment 3•9 years ago
|
||
From comments like this:
https://dxr.mozilla.org/mozilla-central/source/media/webrtc/signaling/src/peerconnection/PeerConnectionImpl.cpp#596
it looks like TURN TCP is not supported on e10s either. I guess FxOS and e10s are in the same in this case.
Comment 4•9 years ago
|
||
Looks like I'm not the only one confused about the interdependency of bug 1039655 and bug 950660: the patch in bug 1053454 which disabled TURN TCP for e10s reference in one file bug 1039655, but bug 950660 in the other...
Updated•9 years ago
|
Comment 5•9 years ago
|
||
Fixing the dependencies (as Nils notes, they were backward). After chatting with bwc, drno and jesup yesterday, I/we believe that resolving bug 950660 should be sufficient for getting TURN TCP under e10s to work. Jesup has taken over bug 950660; he believes he can un-rot and update Patrick's patches fairly quickly and get them up for review by Monday.
Updated•9 years ago
|
OS: Gonk (Firefox OS) → All
Hardware: ARM → All
Updated•9 years ago
|
Updated•9 years ago
|
tracking-e10s:
--- → +
Updated•9 years ago
|
Keywords: meta
Summary: Support TURN TCP on FxOS/e10s for WebRTC → ]meta] Support TURN TCP on FxOS/e10s for WebRTC
Updated•9 years ago
|
Summary: ]meta] Support TURN TCP on FxOS/e10s for WebRTC → [meta] Support TURN TCP on FxOS/e10s for WebRTC
Updated•9 years ago
|
Priority: -- → P2
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•