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 562 forks source link

Problems with Demo #11

Open go2sujeet opened 10 years ago

go2sujeet commented 10 years ago

Demo at https://www.webrtc-experiment.com/msr/ is not working properly on Mozilla Firefox

Errors: For video recording: https://www.webrtc-experiment.com/msr/video-recorder.html using this records file but shows the following error http://i.imgur.com/VPZnhNY.png

For Audio recording: https://www.webrtc-experiment.com/msr/audio-recorder.html 1)http://i.imgur.com/z56O0w2.png 2)http://i.imgur.com/O8L6dTF.png

muaz-khan commented 10 years ago

You can try audio+video recording as well!

  1. https://www.webrtc-experiment.com/msr/video-recorder.html (audio+video)
  2. https://www.webrtc-experiment.com/msr/audio-recorder.html (only audio)
go2sujeet commented 10 years ago

I still see errors using audio+video recording

muaz-khan commented 10 years ago

Did you try it on Firefox Nightly? You can try this RecordRTC Demo on Firefox Nightly as well.

rnc505 commented 10 years ago

@muaz-khan I got my own demo working with audio+video, but, like RecordRTC, it only works audio+video on Firefox Nightly, whereas it only captures audio on a normal version of Firefox.

When is it expected that audio+video support will be build into the production build of Firefox?

muaz-khan commented 10 years ago

I'm expecting 4 or 5 more weeks to land in Beta channel because heavy bug fixing is happening in this stage.