This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
http://dvcs.w3.org/hg/html-media/raw-file/tip/media-source/media-source.html#mediasource-algorithms "MediaSource object URLs are created by passing a MediaSource object to window.URL.createObjectURL()." AFAICT, createObjectURL is defined by http://dev.w3.org/2006/webapi/FileAPI/#dfn-createObjectURL but that only handled Blob objects. (This is somewhere between editorial and spec lawyering, since it's not hard to figure out what to actually implement.)
(In reply to comment #0) > http://dvcs.w3.org/hg/html-media/raw-file/tip/media-source/media-source.html#mediasource-algorithms > > "MediaSource object URLs are created by passing a MediaSource object to > window.URL.createObjectURL()." > > AFAICT, createObjectURL is defined by > http://dev.w3.org/2006/webapi/FileAPI/#dfn-createObjectURL but that only > handled Blob objects. > > (This is somewhere between editorial and spec lawyering, since it's not hard to > figure out what to actually implement.) You're right. I don't mind adding a section with the partial interface definition.
It looks like the WebRTC editors have done just that: http://dev.w3.org/2011/webrtc/editor/getusermedia.html#url
Changes committed. http://dvcs.w3.org/hg/html-media/rev/ca093bbbbefb