gpt4 book ai didi

HTML5 视频标签无法在 Firefox 中播放

转载 作者:行者123 更新时间:2023-11-28 00:15:34 25 4
gpt4 key购买 nike

我有一个 MVC/.NET 项目,我在我的 webconfig 中设置了 mimetype:

<staticContent>
<mimeMap fileExtension=".mp4" mimeType="video/mp4" />
<mimeMap fileExtension=".m4v" mimeType="video/m4v" />
</staticContent>

然后我将这个视频标签添加到我的网页

<video width="640" height="385" controls="controls">
<source src="/videos/sample_mpeg4.mp4" type="video/mp4" />
<object data="/videos/sample_mpeg4.mp4" width="640" height="385">
<embed src="movie.swf" width="640" height="385" />
</object>
</video>

我在 Firefox 中打开此网页,但收到消息“未找到支持格式和 MIME 类型的视频”。如果我打开 http://localhost/videos/sample_mpeg4.mp4 Firefox 打开下载窗口,这意味着视频路径是正确的。

我在 Stackoverflow 和谷歌中进行了搜索,这使我进入了当前状态,但现在我被困住了。有人可以帮我解决这个问题吗?

最佳答案

Firefox 不支持其视频标签中的 MP4 格式。主要原因是 mp4 格式附带的版税。

查看 Media_formats_supported_by_the_audio_and_video_elements直接从 Mozilla 团队或以下博客文章获取更多信息:

http://pauljacobson.org/blog/2010/1/22/firefox-and-its-limited-html-5-video-support.html

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

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