MediaStreamRecorder
MediaStreamRecorder copied to clipboard
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...
Observed the following error on Opera 36.0.2130.65 / OSX 10.11.4 `Uncaught TypeError: Failed to construct 'MediaRecorder': parameter 2 ('options') is not an object.`
Currently MediaStreamRecorder is available via "npm install msr" but not usable as a module in Electron or NW.js, because it lacks the proper export definition. Please assign module.exports if node.js...
Is there any way to export the audio file to an internal folder within the system?
I want to use this to record audio in my mobile, a Sony C5 ultra. and the recorded blob has pauses in between. why does it happen? is there any...
Hello everyone, I'm actually using MultiStreamRecorder for recording videos, i have an isssue only on firefox. **I want to stop the streaming recording so i use this code :** ```...
This library is great but is missing CommonJS formatting. Would it be possible to add this. All modern fmk use CommonJS so having this available out of the box would...
As of Chrome v48, VP9 is now supported in WebRTC: https://developers.google.com/web/updates/2016/01/vp9-webrtc?hl=en Microsoft edge supports H264 and at some point will support VP9: https://blogs.windows.com/msedgedev/2015/09/08/announcing-vp9-support-coming-to-microsoft-edge/ Firefox already supports both VP8 and H264...
I get these errors when trying to use basic functionality from this library ``` This appears to be Firefox adapter.js:32:5 WebRTC interfaces with the "mom" prefix (mozRTCPeerConnection, mozRTCSessionDescription, mozRTCIceCandidate) have...
It would be much better if save functionality takes some parameter for target path where the recorded video will be saved. Because by default all the browsers downloads any file...
I am trying to record only audio using your api. There are one issue how to clear a stream without refreshing page. Because in my one HTML page there are...