MediaStreamRecorder icon indicating copy to clipboard operation
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...

Results 103 MediaStreamRecorder issues
Sort by recently updated
recently updated
newest added

Hi, Sometimes the callback `mediaRecorder.ondataavailable` is being called twice. Is this expected? If so, what's the recommended way to handle it? I'm using chrome 51.0.2704.84 on mac, if that helps....

Can we guarantee to record the video stream and audio stream in the exact sync mode? As I know, hardware and digital processing can always bring some delays for several...

Hi, Thanks for this great plugin. I have an unexpected error using the plugin. My Code ``` var array_streams = [myStream]; try { media_stream_multiple = new MultiStreamRecorder(array_streams); catch(err) { msg...

I am creating a stream object from MediaStream API. and also I add an audio track to this stream. when i recorded it using MediaStreamRecorder i did not get any...

I want to open two (or more) screens with different sources, simultaneously, in the same window. Is this possible? If yes, how can I do it? Please, i need help.

Hi, when using this library in Chrome, I get the following message: **MediaStreamRecorder.js:1635 [Deprecation] The ScriptProcessorNode is deprecated. Use AudioWorkletNode instead. (https://bit.ly/audio-worklet)** Could you please update your library before it...

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...

Hi, I'd like to save recordings in the [MPEG-TS](https://en.wikipedia.org/wiki/MPEG_transport_stream) format (as a single or a series of .ts files). This way I would also be able to stream the recording...

Hello, I am working in the mediarecorder for a month. I am still wondering how to figure out if the user stop talking to the microphone?

The mediaStreamRecorder.js uses this function, which will also be removed from Chrome soon and is deprecated in other browsers as well.