Closed
Bug 818648
Opened 12 years ago
Closed 12 years ago
Add full support for the MediaStream webIDL to nsIDOMMediaStream
Categories
(Core :: WebRTC, defect)
Core
WebRTC
Tracking
()
RESOLVED
DUPLICATE
of bug 782194
People
(Reporter: whimboo, Unassigned)
References
()
Details
(Whiteboard: [getUserMedia])
The spec shows a number of items which we do not support yet. Here the full list which is a copy from the given link in the URL field:
readonly attribute DOMString label;
readonly attribute MediaStreamTrackList audioTracks;
readonly attribute MediaStreamTrackList videoTracks;
attribute boolean ended;
attribute EventHandler onended;
What we currently have is:
http://mxr.mozilla.org/mozilla-central/source/dom/media/nsIDOMMediaStream.idl#9
readonly attribute double currentTime;
Not sure how stable the definition for MediaStream is at the moment so we can punt this to a later release but if we want that developers are using WebRTC we should try to be as near as possible to the code. Otherwise major rewrites of web apps are necessary.
Comment 1•12 years ago
|
||
This largely falls in roc's bailiwick, though I could help. audioTracks and videoTracks are blocked on implementing them in MediaStreams (forget the bug number).
Assignee: nobody → roc
Comment 2•12 years ago
|
||
Already got a bug on this. Dupe.
Assignee: roc → nobody
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•