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...
I'm sending the recorded video/audio data to a server in pieces. Once the recording is done I'm combining the media files using the following command: ``` ffmpeg -f concat -i...
You may want to be aware that MediaRecorder's audio timestamps are broken in Firefox versions 48 and above. A Firefox dev seems to be working on the bug. There's a...
Hello @muaz-khan When recording with 2 audio channels, the audio size is doubled, and when I reduced it to 1 audio channel, the audio is choppy when recording using laptop....
I've played with recording components for media streams and found that when taking audio samples into a Blob with Chrome I was able to define this blob with 'audio/ogg' instead...
Hi Muaz, I know this is possible with RecordRTC but I'm not sure this has the ability to save at time intervals like MSR can. The concern being memory consumption...
I am recording video from 2 sources and audio from 1 source. Thus three mediaStreamRecorder instances are being used. I am recording with blob durations of 5 mins(timeslice = 1000_60_5)....
# 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...
Hi there, This is my testing site: https://www.extratown.com/streaming 1, When I use firefox recording video mediaRecorder.start(15000) or more time that can't normal output blob data. Maybe 300kb - 500kb per...
`$ ffprobe -i ./some.webm -show_entries format=duration -v quiet -of csv="p=0"` `3.003000` `$ ffprobe -i ./some.wav -show_entries format=duration -v quiet -of csv="p=0"` `2.986667` Slightly out of sync. Any thoughts on how...
After updating to 1.3.1 from 1.2.9, the recording only appears to be equal to the blob time which we set. This error does not occur in 1.3.0, however I would...