gpt4 book ai didi

javascript - HTML5 视频标签中的 MP4 无法在 Internet Explorer 中播放

转载 作者:太空宇宙 更新时间:2023-11-04 13:28:44 25 4
gpt4 key购买 nike

谁能告诉我为什么这适用于 Firefox 和 Chrome,但不适用于 IE9、10 或 11?它给我一个典型的黑色屏幕,上面有一个包含红色 X 的白色小方 block 。

<!DOCTYPE html>
<html>
<head>
<title>HTML5 Video Player Test</title>
</head>
<body>
<video style="position:fixed; top:0px; left:0px; height:100%; width:100%;" autoplay controls>
<source src="./videos/video.mp4" type="video/mp4">
<source src="./videos/video.ogg" type="video/ogg">
</video>
</body>
</html>

我已经尝试过的事情:- 将 MIME 类型添加到 .htaccess- 重新编码以确保 MP4 是正确的 H264。- video.js 根本没有帮助。

我也试过只使用"file">“打开”并使用 IE 在我的机器上本地打开 MP4,它播放得很好,所以我认为视频应该正确编码,一切都适合 IE。

最佳答案

对于 IE9 使用 meta 标签之类的东西

<meta http-equiv="X-UA-Compatible" content="IE=Edge"/>

关于javascript - HTML5 视频标签中的 MP4 无法在 Internet Explorer 中播放,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25430589/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com