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>