How can I combine audio and video blob in JavaScript / jQuery?

I am using https://github.com/collab-project/videojs-record to record webcam video with sound.

The Firefox browser returns one WebM blob - and that's all right. But the Chrome browser returns two separate blob objects: one for audio and one for video.

How can I get one blob WebM object from Chrome browser? Or how can I combine these two blob objects with one WebM blob object?

+7
javascript jquery html5 video audio
source share

No one has answered this question yet.

See related questions:

7649
How do JavaScript locks work?
7494
How to remove a specific element from an array in JavaScript?
7432
How to check if a string contains a substring in JavaScript?
7428
How to check if an element is hidden in jQuery?
5722
How to remove a property from a JavaScript object?
4829
How to include a javascript file in another javascript file?
4345
How to check if checkbox is checked in jQuery?
3998
How to check email address in JavaScript
2284
How can I combine the properties of two JavaScript objects dynamically?
2245
How to refresh a page using jQuery?

All Articles