[mediacapture-record] How to concatenate Blobs of recordings into single file capable of playback?

guest271314 has just created a new issue for https://github.com/w3c/mediacapture-record:

== How to concatenate Blobs of recordings into single file capable of playback? ==
When recording for example each 1 second of a 60 second video using `HTMLMediaElement.captureStream()` and `MediaRecorder`, when we concatenate the discrete `Blob`s to a single `Blob` the resulting `Blob URL` created with `URL.createObjectURL()` only plays 1 second of media.

How to concatenate `Blob` objects having `MIME` type set to `video/webm` into a single `Blob`  capable of playback of all of the `Blob`s at `HTMLMediaElement`?

Please view or discuss this issue at https://github.com/w3c/mediacapture-record/issues/130 using your GitHub account

Received on Friday, 21 July 2017 21:31:16 UTC