HTML5 Video not working in IE 11

后端 未结 8 1263
有刺的猬
有刺的猬 2020-11-29 06:59

I have a video archive that I have working in everything except IE 11. I get the error \"Error: Unsupported video type or invalid file path\" when loaded in IE 11. Below is

8条回答
  •  甜味超标
    2020-11-29 07:26

    Although MP4 is supported in Internet explorer it does matter how you encode the file. Make sure you use BASELINE encoding when rendering the video file. This Fixed my issue with IE11

提交回复
热议问题