streamproc/MediaStreamRecorder

ondataavailable not being called

Opened this issue · 2 comments

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?

oixan commented

same problem here on chrome 68, ondataavailable is not called anymore.
( On firefox 61 instead donst even start. )

how to fix it?