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

MediaStreamError on Demo in Microsoft Edge #132

Open melkorstan opened 7 years ago

melkorstan commented 7 years ago

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 MediaStreamException (notFoundError) on onMediaError . My microphone works fine on other browsers. Maybe it used to work on previous releases?

foyleman commented 7 years ago

I just ran into the same issue. I'm wondering if it's related to recent Edge updates from Microsoft.

itmines commented 7 years ago

(Video Recording)MediaStreamRecorder work in Chrome and Firefox but Microsoft Edge(IE) neither. Your Video-recorder Demo does not work .please guide me as soon as possible how to work video recording in Internet Exploror(Microsoft Edge).

muaz-khan commented 7 years ago

MediaRecorder API are still under consideration: https://developer.microsoft.com/en-us/microsoft-edge/platform/status/mediarecorder/

WebP encoder/decoder is NOT planned yet. https://developer.microsoft.com/en-us/microsoft-edge/platform/status/webpimageformat/

MediaStreamRecorder provides only two camera recording options: 1) MediaStreamRecorder (that runs top over MediaRecorder API) 2) WhammyRecorder (that runs top over webp and webm encoders)

So MediaStreamRecorder can not support video recording in Edge.

melkorstan commented 7 years ago

But... Did it ever work before? At least the audio recorder functionality? (not video)

itmines commented 7 years ago

Hi I hit this link (https://www.webrtc-experiment.com/RecordRTC/#comment-3358025772) in microsoft Edge but is not work. it is work fine in chrome & FireFox .

Please guide me how to work in microsoft Edge

Thanks.