streamproc / MediaStreamRecorder

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 APIs.
https://www.webrtc-experiment.com/msr/
MIT License
2.63k stars 563 forks source link

Only saves the first blob #82

Open FireGrey opened 8 years ago

FireGrey commented 8 years ago

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 like to use 1.3.1 for the audio/wav fix on chrome. Is there a possible solution to this?

IvanKuzyshyn commented 8 years ago

The same problem

ghost commented 8 years ago

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,,???

muaz-khan commented 8 years ago

This issue is NOT fixed yet. Only audio-concatenation (StereoAudioRecorder) works.

Endothelium commented 8 years ago

I'm facing this problem too. I am using ffmpeg.js to merge audio + video and i really need to be able to record my audio in wav since ffmpeg seems to not support opus.

What do you mean by audio-concatenation?