I am trying to implement HTML5 Video on a site, and for this I am using VideoJS, while it works fine in Firefox and Chrome, but my problem occurs when I try to play video with IE9. The player will boot, and when I click the Play button, a boot image will appear and it will get stuck without any action.
I have checked other websites, and they suggest that the MIME type sent by the server is incorrect, but I already checked this, and it is not.
Any ideas?
source
share