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?
javascript jquery html5 video audio
orexbros
source share