Closed Eyoel-T closed 3 months ago
Unfortunately this behavior is specified by the MediaRecorder
spec.
When multiple Blobs are returned (because of timeslice or requestData()), the individual Blobs need not be playable, but the combination of all the Blobs from a completed recording MUST be playable.
https://w3c.github.io/mediacapture-record/#dom-mediarecorder-start
I'm trying to record the webcam and audio and then want to get small chunks to send to the server and process them, but except for the first chunk, all subsequent chunks are not working.
What am I missing here?