Closed
Bug 940840
Opened 12 years ago
Closed 11 years ago
[RTSP] Support Rtsp protocol in HTML iframe tag
Categories
(Firefox OS Graveyard :: RTSP, defect)
Tracking
(tracking-b2g:backlog)
People
(Reporter: ethan, Assigned: ethan)
References
Details
(Whiteboard: [p=1])
With bug 831645, we support rtsp in HTML <video> element.
<video>
<source src="rtsp://whatever">
</video>
The behavior is to display streaming video within the original html document.
With bug 884702, we support rtsp in URL bar and HTML <a> tag.
rtsp://whatever
<a href="rtsp://whatever">
The behavior is to launch video app to hand off the video playing.
We shall also support rtsp in HTML <iframe> element.
<iframe src="rtsp://whatever"></iframe>
The behavior of iframe case is an open question.
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → ettseng
Assignee | ||
Updated•12 years ago
|
blocking-b2g: --- → 1.3?
Comment 1•12 years ago
|
||
Why this bug?? If we already support anchor tag, video element, and mozActivity, why do we need to support iframe??
Assignee | ||
Comment 2•12 years ago
|
||
Actually there is no user story right now. This bug is a reminder that we do not handle rtsp in iframe case.
Updated•12 years ago
|
Updated•11 years ago
|
Component: General → RTSP
Updated•11 years ago
|
Whiteboard: [ft:ril]
Updated•11 years ago
|
blocking-b2g: --- → backlog
Assignee | ||
Comment 3•11 years ago
|
||
Resolved fixed by bug 992568.
Now RTSP is supported in <iframe> tags and will be rendered in the browser.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•11 years ago
|
Whiteboard: [p=1]
Target Milestone: --- → 2.0 S1 (9may)
Updated•10 years ago
|
blocking-b2g: backlog → ---
tracking-b2g:
--- → backlog
You need to log in
before you can comment on or make changes to this bug.
Description
•