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

No MediaRecorder handler can be created #172

Open RainLucky opened 5 years ago

RainLucky commented 5 years ago

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.

wenliangzhou commented 5 years ago

我也遇到了这个问题。

bfrontend commented 5 years ago

i think this is MediaRecorder Compatibility on different browsers,only Chrome is normal and other browsers are basically this error.