Possible Duplicate:
IE9 HTML5 video support
I am working with a client to try and get their video player working. It seems to work in everything that I can test in except IE9. I'm using videojs (I've tried other ones and the same result).
It seems to be that it's one of 2 things. A setting on their IIS server. Or the video file isn't encoded correctly.
Here's the test page: https://vdsc.com/video-js2/demo.html
had a similiar issue, and i had to register the mime types via .htaccess on my server (mp4 didn t work before).
.htaccess-file:
AddType video/ogg .ogv
AddType video/mp4 .mp4
AddType video/mp4 .mov
AddType video/webm .webm
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With