MediaStreamRecorder icon indicating copy to clipboard operation
MediaStreamRecorder copied to clipboard

ondataavailable not being called

Open berkcoker opened this issue 6 years ago • 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?

berkcoker avatar Aug 21 '18 21:08 berkcoker

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

oixan avatar Sep 03 '18 21:09 oixan

how to fix it?

ruifeng96150 avatar May 11 '21 05:05 ruifeng96150