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.63k stars 562 forks source link

ondataavailable stops firing if interval small (<500ms) and finger is placed over webcam #113

Open graeme44 opened 7 years ago

graeme44 commented 7 years ago

This is super strange, but please test it out: Using this demo:

  1. Set the interval to 500ms
  2. Click start
  3. After a few seconds press a finger to the webcam -> The ondataavailable event stops firing (the append links stops)

Is there any good reason why this would be happening? I've been considering the min frame rate but this doesn't seem to help.