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.
Record is a success. However only the first segment. The following segments are only fragments of the first segment that there are so many of them, causing OutOfMemoryError and therefore crashed the browser.
What Is Expected
There should have been a steady output of video blob for each 5 seconds. Chrome 51 is known to work expected.
Workaround
None. I have to temporarily disable recording from Firefox. I have to make checks for user, telling them to leave or use Chrome if the user is using Firefox.
Recording and watching the individual videos worked perfectly for me. I can't watch the full videos, but I don't think that is your issue.
Firefox 47.0.1
Prerequisite
Firefox 47.0, Mac OS X 10.11.5 El Capitan.
What I Have Do
Goto https://www.webrtc-experiment.com/msr/video-recorder.html and begin recording.
What Happened
Record is a success. However only the first segment. The following segments are only fragments of the first segment that there are so many of them, causing OutOfMemoryError and therefore crashed the browser.
What Is Expected
There should have been a steady output of video blob for each 5 seconds. Chrome 51 is known to work expected.
Workaround
None. I have to temporarily disable recording from Firefox. I have to make checks for user, telling them to leave or use Chrome if the user is using Firefox.