[Bug 19594] remove "BLOB" from url usage for createObjectURL()

https://www.w3.org/Bugs/Public/show_bug.cgi?id=19594

Robert O'Callahan (Mozilla) <roc@ocallahan.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |roc@ocallahan.org

--- Comment #3 from Robert O'Callahan (Mozilla) <roc@ocallahan.org> ---
createObjectURL(MediaStream) does not return a URL representing a blob. The URL
it returns can only be used as a media element source and does not correspond
to a fixed array of bytes as blobs do. Thus the URL should use a different
scheme.

In Firefox we return a URL of the form "mediastream:<uuid>".

Likewise, our WIP MediaSource implementation has createObjectURL(MediaSource)
returning a URL of the form "mediasource:<uuid>".

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

Received on Saturday, 13 April 2013 12:57:22 UTC