Closed
Bug 1000279
Opened 11 years ago
Closed 9 years ago
[RTSP] Follow-up of 992568 - Refine parameters of NeckoParent::AllocPRtspChannelParent()
Categories
(Firefox OS Graveyard :: RTSP, defect)
Tracking
(tracking-b2g:backlog)
People
(Reporter: ethan, Assigned: ethan)
Details
(Whiteboard: [p=2])
This is a follow-up of bug 992568.
The origin of this bug is from Steve Workman's comment:
https://bugzilla.mozilla.org/show_bug.cgi?id=992568#c6
::: netwerk/ipc/NeckoParent.cpp
> +PRtspChannelParent*
> +NeckoParent::AllocPRtspChannelParent(const RtspChannelCreationArgs& aArgs)
So, IPDL for HTTP and FTP is somewhat more complicated than this. We also pass the PBrowser actor (i.e. the tab), and the load context. Now, RtspChannelParent doesn't do anything, but I think we should look into doing the same thing for Rtsp.
Take a look at AllocPHttpChannelParent to see what I mean. For now, I think we shouldn't block on this. Please file it as a follow up, and we can discuss how we want to proceed later.
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → ettseng
Updated•11 years ago
|
blocking-b2g: --- → backlog
Assignee | ||
Updated•11 years ago
|
Whiteboard: [p=2]
Target Milestone: --- → 2.0 S4 (20june)
Updated•10 years ago
|
Target Milestone: 2.0 S4 (20june) → 2.0 S5 (4july)
Updated•10 years ago
|
blocking-b2g: backlog → ---
tracking-b2g:
--- → backlog
Assignee | ||
Comment 1•9 years ago
|
||
No one is actually working on RTSP for FxOS right now.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•