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

I want to save to mp3 format how can i use this plugin to do.

Hello Muaz Khan, Your MediaStreamRecorder is very excellent and I very love it. However, it seem the latest source of MediaStreamRecorder is not yet published to NPM. Would you mind...

With new version of chrome 77.0.3865.75 (Official Build) (64-bit), the CPU utilization starts increasing and goes more than 90% and then browsers freezes within 1 or 2 minutes.

Current implementation is multiplying Float32 number in range (-1,1) by 0xFFFF which is eqvivalent to 65535. I found that with this conversion data is incorrect. By som googling I found...

Hello, this is a great plugin, I recorded my own voice completely ok How do I record the sound of the system or the voice of the other person, I...

first,thanks your contribution,here is the problem that i met.... the browser have an error with:`Uncaught DOMException: Failed to construct 'MediaRecorder': No MediaRecorder handler can be created.`

Sorry, too silly of a question to submit an issue, but can I stream a real-time broadcast with this library?

use MediaStreamRecorder,I can record the ordinary headset and microphone, but failed use bluetooth headset, because it has a separate output device

https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder/onstart is not implemented in MediaStreamRecorder