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)
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Eric Carlson
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)
Looks like URL.createObject() will be replaced by "direct assigment" mechanism.
http://www.w3.org/TR/mediacapture-streams/#direct-assignment-to-media-elements