MediaStreamRecorder
MediaStreamRecorder copied to clipboard
ondataavailable not being called
I was experiencing some issues with the e.data.size constraint at ondataavailable. This is causing my own ondataavailable function not to be called. I believe there is already a comment that says the following:
// should we leave this? e.data.size < 26800
Is there any reason to keep it?
same problem here on chrome 68, ondataavailable is not called anymore. ( On firefox 61 instead donst even start. )
how to fix it?