Closed bennybee closed 3 years ago
Thanks for the report. Unfortunately I don't have access to windows 10 but I can try it on a windows 7 machine (and win7 doesn't support edge..).
@bennybee what happens when you run https://www.webrtc-experiment.com/RecordRTC/ on that browser?
Ah, that only allows me to record audio, funny that the videojs-record demo initialises the webcam though.
See https://github.com/muaz-khan/RecordRTC/issues/353, this is blocked till that issue is resolved.
Same issue, Edge does not support video in MediaRecorder yet, see https://caniuse.com/#feat=mediarecorder
Please add your vote here: https://wpdev.uservoice.com/forums/257854-microsoft-edge-developer/suggestions/6261360-media-recorder
Check the Browser support wiki page to check current browser compatibility with this plugin.
Luckily Edge will use Chromium in the future.
So looks like edge 44 is out and looks like they have release versions for mac coming out https://www.microsoftedgeinsider.com/en-us/download/
Anyone checked on this recently?
Ah yes, saw the news today. Might give it a try at some point.
I may have some time tonight as well. What has been the easiest way to test it out? Do we have a test url or do you just make a toy app and import the package in?
Try any of the examples on https://collab-project.github.io/videojs-record
Update tried this on the dev and canary release for mac and it crashed the browser... https://www.dropbox.com/s/0kleatg06h9sbte/Screenshot%202019-05-08%2007.38.19.png?dl=0
Hey @thijstriemstra do you have a issue to fix the examples page? https://collab-project.github.io/videojs-record/examples/audio-video.html is giving me RecordRTC is not defined
Looks like edge is no longer crashing with the library but non of the browsers I tried is working with the example :(
@sdb1228 thanks for the heads up, it's broken indeed! I will fix the CDN urls, something broke with https://cdn.webrtc-experiment.com/RecordRTC.js
@sdb1228 should be fixed now.
Awesome and it works in the edge canary release on mac! Thanks for your hard work this is good news 👍
I guess this can be marked as won't fix now that Edge switched to Chromium-based builds. A.k.a they'll never upgrade the original Edge browser for MediaRecorder support?
It looks like Edge supports MediaRecorder now. I do not have the possibility to test it though. https://caniuse.com/#feat=mediarecorder
I tested Microsoft Edge in the following browsers with videojs-record 4.2.0 and videojs 7.11.4.
Platform Version | Edge Version |
---|---|
Mac OS X 10.15.7 | 88.0.705 |
Windows 10 | 88.0.705 |
And was able to record audio+video with the default settings, e.g.:
let options = {
// video.js options
controls: true,
bigPlayButton: false,
loop: false,
fluid: false,
width: 320,
height: 240,
plugins: {
// videojs-record plugin options
record: {
audio: true,
video: true,
maxLength: 15,
displayMilliseconds: true,
debug: true
}
}
};
I will update the supported browsers documentation and consider this fixed.
Having issues with my app not recording in Edge. When looking at the demo page:
https://collab-project.github.io/videojs-record/examples/audio-video.html
In Edge I intialise the camera fine but when I click record nothing happens. There are no console errors.
Records fine in Chrome on the same device.
versions
videojs
videojs version : 6.2.8 videojs-record version : 2.0.0
browsers
Edge: 38.14393.1066.0 EdgeHTML: 14.14393
OSes
Windows 10