-
-
Notifications
You must be signed in to change notification settings - Fork 316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Video recorded in macOS Chrome does not display in Firefox #392
Comments
Hi @debiig92. I have the same issue but for mine, the videos recorded from the mac os was not playable over the FF. However, the windows and Linux machine recorded video over chrome was rendering with the FF. So, I have changed the videoMIMEType to 'video/webm;codecs=vp9'. |
I will try with video/webm;codecs=vp9 Thanks. Do you think It is a Firefox bug? @gitsaket |
There is Firefox bug regarding h264 incompatibility: https://bugzilla.mozilla.org/show_bug.cgi?id=1422891 |
did this work @debiig92? |
I recorded a video+audio clip in Ubuntu 20.04 using Chrome 89.0.4389 and was able to playback the clip using video.js in Firefox 85.0. Used videojs-record 4.2.0 and video.js 7.11.4.
I'll have to test macOS as well. Renaming the ticket. |
The same issue applied to Safari as well and since Safari Technology Preview 121 that should be fixed:
|
Tested with:
And saved the recorded webm file using After renaming the file manually to So considering this bug fixed. |
Description
When recording a video from Chrome and try to display it in firefox it shows the following message:
Firefox Message
No video with supported format and MIME type found
Firefox Warning:
Error Code: NS_ERROR_DOM_MEDIA_METADATA_ERR (0x806e0006)
But when recording a video from firefox it displays well in chrome and firefox.
My player init config is the following:
I have no idea why this happens. Your answers would be very helpful. Thank you!
Additional Information
versions
videojs
VIDEOJS: Using video.js 7.6.0 with videojs-record 3.8.0 and recordrtc 5.5.8
browsers
Firefox, Chrome
OSes
Ubuntu 18.04 (Production), Windows 10 (Development)
The text was updated successfully, but these errors were encountered: