The following example shows how to embed the Windows Media Player control in a webpage that can be displayed correctly by both Internet Explorer and Firefox. Script on the page detects the browser type and generates the appropriate OBJECT tag. Adobe Flash Player is automatically detected by SeaMonkey, Mozilla Firefox, Opera, Safari and Google Chrome when installed. If Flash Player does not work, see the Top Issues section of the Flash Player FAQ.
The video on this webpage works on my tablet's and a 2nd computer's Firefox browsers, but not on my main computer's Firefox.
I can't figure out why the video won't play on my main PC. I have done the following:
about:support >> Refresh
. This removes all extensions and their data and resets all about:config
settings to defaultIt's always the same thing. In place of the video, I see a grey overlay with the message No video with supported format and MIME type found
. The developer's console (CTR+SHIFT+K
) shows two warnings
Specified 'type' attribute of 'video/mp4' is not supported. Load of media resource test.mp4 failed.
All candidate resources failed to load. Media load paused.
I don't know what else to do. Ideas?
Additional Info:
.mp4
file from the page plays normally from the desktop (out of FF).mp4
video on this page throws the same error.Fixed: Thanks to @karel for pointing me in the right direction. My version of Windows (7 N) lacked some media features that Firefox relies on. I had to install the Windows Media Feature Pack
.
You may be needing this in case you do not have support for MP4 files in Firefox:
Windows Media Feature Pack for Windows 7 N and for Windows 7 KN:
Also make sure that these Firefox preferences have the default value. You already tried resetting all about:config
settings in Firefox to the default value, but it didn't work.
You can open the about:config
page via the location/address bar. You can accept the warning and click 'I'll be careful' to continue.
If you have a similar problem or a problem with a different audio/video codec not playing in Firefox for Windows:
Source: Mozilla Support Forum: How can I make mp4 videos play in Firefox?