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

@yellowdoge Current code http://plnkr.co/edit/dNznvxe504JX7RWY658T?p=preview version 1 using `Blob URL`, version 2 using `MediaSource` evolved from https://github.com/guest271314/OfflineMediaContext, see also https://github.com/whatwg/html/issues/2824. 

In the interim tried `mkvmerge -o output.webm -w file1.webm + file2.webm` at `terminal` following [Joining webm videos under Linux](https://superuser.com/q/421130/) though error was logged

```
No append mapping was given for the file no. 1 ('file1.webm'). A default mapping of 1:0:0:0 will be used instead. Please keep that in mind if mkvmerge aborts with an error message regarding invalid '--append-to' options.
Error: The track number 0 from the file 'file2.webm' cannot be appended to the track number 0 from the file 'file1.webm'. The track parameters do not match.
```
Both `file1.webm` and `file2.wemb` were created using `MediaRecorder`.

-- 
GitHub Notification of comment by guest271314
Please view or discuss this issue at https://github.com/w3c/mediacapture-record/issues/130#issuecomment-317137257 using your GitHub account

Received on Friday, 21 July 2017 23:55:03 UTC