- From: guest271314 via GitHub <sysbot+gh@w3.org>
- Date: Fri, 23 Mar 2018 02:54:51 +0000
- To: public-html-media@w3.org
guest271314 has just created a new issue for https://github.com/w3c/media-source: == Expose SourceBuffer as an ArrayBuffer == Currently there does not appear to be any means to get the media accumulated at a `SourceBuffer` at any time (https://github.com/w3c/html/issues/550, https://github.com/w3c/html/issues/555). Provide some means of getting the media resource as a file (`Blob` having MIME type set the the codec set at `MediaSource`/`SourceBuffer`; `ArrayBuffer`) (ideally at any time, before `.endOfStream()` is called) at least when `.endOfStream()` is called. Please view or discuss this issue at https://github.com/w3c/media-source/issues/209 using your GitHub account
Received on Friday, 23 March 2018 02:54:54 UTC