streamproc / MediaStreamRecorder

Cross browser audio/video/screen recording. It supports Chrome, Firefox, Opera and Microsoft Edge. It even works on Android browsers. It follows latest MediaRecorder API standards and provides similar APIs.
https://www.webrtc-experiment.com/msr/
MIT License
2.62k stars 563 forks source link

ondataavailable not being called #167

Open berkcoker opened 6 years ago

berkcoker commented 6 years ago

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 6 years ago

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

ruifeng96150 commented 3 years ago

how to fix it?