HTML5<视频>嵌入问题

发布于 2024-11-06 22:24:25 字数 224 浏览 0 评论 0原文

我为所有浏览器创建了一个非常简单的嵌入,其中包含后备代码。在本地测试 FF4 观看时,视频完美显示并播放。但是当我上传到远程服务器(保留相同的文件结构)时,视频不会出现。所有其他浏览器似乎都显示良好...您可以在这里看到它: http://www.selfdestruct.tv /h5/

为什么?

I have created a very simple embed with fall-back code for all browsers. When test viewing in FF4 locally, the video appears and plays perfectly. But when I upload to a remote server (retaining the same file structure) the video does not appear. All other browsers seem to be displaying fine... You can see it here: http://www.selfdestruct.tv/h5/

Why?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

花开半夏魅人心 2024-11-13 22:24:25

检查您的服务器并确保为这些视频类型定义了 mime 类型。不为文件提供正确的 MIME 类型可能会阻止许多浏览器正确播放视频,类型属性根本不够。

http://diveintohtml5.ep.io/video.html#video-mime-types 是有关 HTML 5 视频的优秀资源。

Check your server and make sure that the mime types are defined for these video types. Not serving proper mime types with the file can stop many browsers from playing videos properly, the type attribute is simply not enough.

http://diveintohtml5.ep.io/video.html#video-mime-types is an excellent resource on HTML 5 video.

世俗缘 2024-11-13 22:24:25

除了上面的 mime 类型之外,还要检查视频文件权限。

Besides mime types above, also check video file permissions.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文