Video Plays in FF, but not Chrome nor IE

I have a video that plays great in FF, but will not play the video part in Chrome (but I can hear the audio), and IE posts an error “Error, unsupported video type or invalid file path”.

I’ve read that this may have something to do with the MIME type for IE. If that’s the case, then how to fix? I figured I formatted this correctly to work with all browsers.

So I’m a little confused as to what I’m missing, or if I am missing something.

<video controls width="800">
<source src="images/videos/home-page-slider-mp-custom.mp4" type="video/mp4" codecs="avc1.42E01E, mp4a.40.2" /><source src="images/videos/home-page-slider-webm.webm" type="video/webm" codecs="vp8,vorbis" />
</video>

Okay. I’ve managed to fix the issue by changing my Ouput to MP4, H.264 Video format with AAC Audio and it worked great!

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.