W3C home > Mailing lists > Public > public-media-capture@w3.org > August 2013

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

From: <bugzilla@jessica.w3.org>
Date: Mon, 26 Aug 2013 11:33:44 +0000
To: public-media-capture@w3.org
Message-ID: <bug-19594-5753-VzQTa7BcgE@http.www.w3.org/Bugs/Public/>
https://www.w3.org/Bugs/Public/show_bug.cgi?id=19594

--- Comment #20 from Harald Alvestrand <harald@alvestrand.no> ---
Suggested resolution, take 2:

CreateObjectURL returns an URL that can be used for setting as the .src URL of
a <video> or <audio> element.
It has exactly the same effect on the underlying MediaStream as CreateObjectURL
has on a Blob: Creating a reference that has to be revoked before the
MediaStream is garbage collected.

The effect of <tag>.src = CreateObjectURL(stream) on a HTML media tag is
exactly the same as <tag>.srcObject = stream.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
Received on Monday, 26 August 2013 11:33:45 UTC

This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 16:26:19 UTC