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

Your source code on NPM and GitHub are not the same. Seems like the NPM package is older, because the NPM package is missing `MultiStreamRecorder.addStream`, while it is not missing...

https://developer.mozilla.org/en-US/docs/Web/API/URL/createObjectURL The use of a MediaStream object as an input to this method is in the process of being deprecated. Btw Safari 11 is now support MediaStream API

hii sir, we have a issue regarding time while playing recorded audio for the first time the duration of the audio is shown as ( NaN:NaN / Infinity:NaN) and after...

I've been using the StereoAudioRecorder and i have set the interval to 100ms. ``` self.mediaRecorder = new MediaStreamRecorder.StereoAudioRecorder(audioStream); self.mediaRecorder.mimeType = 'audio/wav'; self.mediaRecorder.audioChannels = 1; ``` This works reasonably well in...

https://www.webrtc-experiment.com/msr/audio-recorder.html I have set sample rate to 11025 and recorded 5 seconds audio then click save button; Wav file length is 20 second now. mediaRecorder.sampleRate = 11025; mediaRecorder.recorderType = StereoAudioRecorder;...

I'm using this plugin to record chrome tab capture in mulitple tabs, if i stop its stopping all tabs instances. I have used a condition saving start tab id and...

I am creating audio recording of type - mediaRecorder.mimeType = 'audio/webm'. and using the generated .webm file and converting to wav using ffmpeg. and getting the below error [matroska,webm @...

Hi,i find convertoFloat32ToInt16 algorithm is Not correct,flease fix it like below. ![image](https://user-images.githubusercontent.com/11901953/27990634-44da2c46-648f-11e7-86e2-648b4a3cd623.png)

I've been testing your MediaStreamRecorder on different platforms and I made it work in Chrome and Firefox but Microsoft Edge. Your audio-recorder.html Demo does not work neither. I got a...