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

```
const webm = blobs.reduce((a, b)=> new Blob([a, b], {type: "video/webm"}));
```

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

Received on Friday, 21 July 2017 22:03:59 UTC