Videos not playing in browsers

前端 未结 4 1448
自闭症患者
自闭症患者 2021-01-14 03:45

I am having 6 different types of video formats, namely .avi, .mkv, .mov, .ogv, .wmv,

4条回答
  •  长发绾君心
    2021-01-14 04:07

    To cover most situations convert each video to an Ogg, Webm and MP4 version, display it on a web page using:

    
    

    For IE8 and earlier use flash (see http://videojs.com)

    For IE9 the preload tag must be present and set to auto or none.

提交回复
热议问题