I\'m having some trouble displaying HTML5 video in IE9, I added the different types to my htaccess
AddType video/ogg .ogv AddType video/mp4 .mp4 AddType vide
On the official Microsoft website there is this code snippets for video on IE9
This content appears if the video tag or the codec is not supported.
Try with this code.