Closed
Bug 1137255
Opened 10 years ago
Closed 10 years ago
MediaStream object does not function as documented
Categories
(Core :: WebRTC, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 910249
People
(Reporter: steve, Unassigned)
References
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36
Steps to reproduce:
Fetch a MediaStream object either by using getUserMedia() or by setting up a WebRTC connection and using getRemoteMedia()
Actual results:
A mediaStream object is received, but it is sub functional. The read-only attributes 'id' and 'ended' are absent, and the MediaStream.onended event does not fire (as per bug #1045810)
Expected results:
As documented on MDN here: https://developer.mozilla.org/en-US/docs/Web/API/MediaStream
Comment 1•10 years ago
|
||
stream.id works in Nightly now. Try http://jsfiddle.net/0vqd4bmk
ended is not yet implemented.
Updated•10 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•10 years ago
|
||
Flags: needinfo?(jib)
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: needinfo?(jib)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•