RESOLVED WONTFIX 124856
URL.createObjctURL() should work for MediaStream objects
https://bugs.webkit.org/show_bug.cgi?id=124856
Summary URL.createObjctURL() should work for MediaStream objects
Nick Diego Yamane (diegoyam)
Reported 2013-11-25 13:29:31 PST
When the createObjectURL() method is called with a MediaStream argument, the user agent must return a unique Blob URL for the given MediaStream. For audio and video streams, the data exposed on that stream must be in a format supported by the user agent for use in audio and video elements. http://www.w3.org/TR/mediacapture-streams/#url
Attachments
Eric Carlson
Comment 1 2013-11-25 14:43:41 PST
createObjectURL has been removed from the latest editor's draft: http://dev.w3.org/2011/webrtc/editor/getusermedia.html#change-log
Nick Diego Yamane (diegoyam)
Comment 2 2013-11-25 15:20:17 PST
Looks like URL.createObject() will be replaced by "direct assigment" mechanism. http://www.w3.org/TR/mediacapture-streams/#direct-assignment-to-media-elements
Note You need to log in before you can comment on or make changes to this bug.