Bug 124856

Summary: URL.createObjctURL() should work for MediaStream objects
Product: WebKit Reporter: Nick Diego Yamane (diegoyam) <nick.diego>
Component: WebCore Misc.Assignee: Roger Zanoni <rogerzanoni>
Status: RESOLVED WONTFIX    
Severity: Normal CC: eric.carlson, sergio, thiago.lacerda
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 121943    

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.