This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 29105 - MediaStream Recording API: Consider not using BlobEvent, using Blob and FileReader instead
Summary: MediaStream Recording API: Consider not using BlobEvent, using Blob and FileR...
Status: RESOLVED INVALID
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: Streams API (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Takeshi Yoshino
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-31 19:53 UTC by Miguel Casas-Sanchez
Modified: 2015-08-31 21:46 UTC (History)
6 users (show)

See Also:


Attachments

Description Miguel Casas-Sanchez 2015-08-31 19:53:28 UTC
MS Recording API defines a certain BlobEvent as a way to
read the recorded data [1]. 

Since BlobEvent is just a convenience wrapper around a 
Blob [2], consider using the latter for extracting recorded
data.

[1] http://www.w3.org/TR/mediastream-recording/#blob-event
[2] http://www.w3.org/TR/FileAPI/#blob
Comment 1 Miguel Casas-Sanchez 2015-08-31 21:46:44 UTC
Dup'ed in https://github.com/w3c/mediacapture-record/issues/17