HTML5 - mp4 video does not play in IE9

前端 未结 13 2132
一生所求
一生所求 2020-11-27 05:08

I have an mp4 video that I want to play in IE9 using HTML5 tag. I added the MIME type to IIS 7 so if I browse http://localhost/video.mp4

13条回答
  •  时光取名叫无心
    2020-11-27 05:44

    Ended up using http://videojs.com/ to support all browsers.

    But to get the video working in IE9 and Chrome I just added html5 doc type and used mp4:

    
    
    
      
    
    
    

提交回复
热议问题