Open melkorstan opened 7 years ago
I just ran into the same issue. I'm wondering if it's related to recent Edge updates from Microsoft.
(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).
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.
But... Did it ever work before? At least the audio recorder functionality? (not video)
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.
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?