muaz-khan / RecordRTC

RecordRTC is WebRTC JavaScript library for audio/video as well as screen activity recording. It supports Chrome, Firefox, Opera, Android, and Microsoft Edge. Platforms: Linux, Mac and Windows.
https://www.webrtc-experiment.com/RecordRTC/
MIT License
6.52k stars 1.75k forks source link

Video Recording is not working on Edge #473

Open HBM08 opened 5 years ago

HBM08 commented 5 years ago

The video recording seems to not work properly on Edge. The blob size is zero in the stop recording callback function. I've seen that in issue #221 you've mentioned that the video recording doesn't work on Edge but I can see that the recording is started, just when it stops the blob has no size. Is there any chance to have it working at some point ?

thijstriemstra commented 5 years ago

This is a known issue and since Edge will switch to the Chromium engine, it'll eventually get fixed.

uwolfer commented 4 years ago

Does anybody know what are the exact limitations of recording video streams on Edge? At least caniuse.com tells nothing about limitation of using Streams on Edge: https://caniuse.com/#feat=stream

Also https://github.com/gruhn/vue-qrcode-reader works on Edge.