I have this code:
<video width="365" height="250" controls> <source src="../videos/MiSIPP_Overview.mp4" type="video/mp4" /> <source src="../videos/MiSIPP_Overview_OGV.ogv" type="video/ogg" /> (HTML 5 video player has failed) </video>
It works correctly in Chrome as well as in Firefox (using OGG fall-back), but it definitely does not work in IE10 or emulates IE9. I get an "Invalid source".
I tried changing the src tag to point to the hosted file via http ... but this does not work either.
I also tried using Freemake Video Converter to create a .webm file and pointed to it instead. Still no dice.
Is there anything else I can try?
source share