javascript Flowplayer 插件在 Win7:IE9 和 Firefox 中显示“未找到 HTML5 视频文件”错误

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/19585787/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-27 16:03:45  来源:igfitidea点击:

Flowplayer plugin shows “HTML5 Video File Not Found” error in Win7:IE9 & Firefox

javascripthtmlhtml5-videoflowplayer

提问by Vineesh Trivandrum

Flow player working on chrome browser but it's not support for Firefox and IE9. It display's HTML5 video file not found error, but the URL actually contain MP4 video.

Flow 播放器可在 chrome 浏览器上运行,但不支持 Firefox 和 IE9。它显示的 HTML5 视频文件未找到错误,但 URL 实际上包含 MP4 视频。

回答by Colin Bacon

This will likely be because the video format you are using is not supported in those browsers.

这可能是因为这些浏览器不支持您使用的视频格式。

See HTML5 wiki Browser supportfor details

有关详细信息,请参阅 HTML5 wiki浏览器支持

To get good support across multiple browsers you really need two formats MP4and WebM

要获得跨多个浏览器的良好支持,您确实需要两种格式MP4WebM