muaz-khan / RecordRTC

RecordRTC is WebRTC JavaScript library for audio/video as well as screen activity recording. It supports Chrome, Firefox, Opera, Android, and Microsoft Edge. Platforms: Linux, Mac and Windows.
https://www.webrtc-experiment.com/RecordRTC/
MIT License
6.49k stars 1.75k forks source link

Video recording in Firefox causes error #739

Open suhaskurade8 opened 3 years ago

suhaskurade8 commented 3 years ago

Hi @muaz-khan , I want to record 10 minutes of video in firefox. In my case, I'm stopping video recording every 2 mins & starting the recording again. So basically, it will create 5 videos for 10 min. The issue has occurred when I start the video recording and minimize the browser and doing other work. The video recording is stopped after 2 minutes, but it is not starting the recording video because I have minimized the browser. If I stay on the same tab then the video will stop after 2 mins & start the recording agaian. But if I minimized the browser, then the recording will not start until I open the browser tab. How can I fix this issue?