html5 视频 = safari 想要全部下载

发布于 2024-10-20 01:43:07 字数 776 浏览 1 评论 0原文

我已经使用 适合所有人的视频“执行”了我对 html5 视频的第一次尝试,它在 IE 中运行良好, Opera、Saf、Chrome、FF。

我有一个小问题 - Safari(至少在我的 Windows 笔记本电脑上)似乎想在显示第一帧之前下载整个该死的视频,或者按钮工作 - 所有其他人都以我期望的方式传输它。

有谁知道为什么 - 或者更重要的是我如何让它更有效地工作!

这是代码

<video width="320" height="240" controls>
<!-- MP4 must be first for iPad! -->
<source src="http://www.visievoorisrael.nl/images/stories/jos01/video/rootsAndReflections002b.mp4video.mp4" type="video/mp4" /> <!--Safari / iOS video    -->
<source src="http://www.visievoorisrael.nl/images/stories/jos01/video/rootsAndReflections002.theora.ogv" type="video/ogg" /> <!-- Firefox / Opera / Chrome10 -->

谢谢!

I have "performed" my frst venture into html5 video using the video for everyone and it works well in IE, Opera, Saf, Chrome, FF.

I have one small question - Safari (at least on my windows laptop) seems to want to download the whole darn video before it shows the first frame, or the buttons work - all the others stream it in the way I was expecting.

Has anyone got any ideas why - or more important how I get it to work more effectively!

Here's the code

<video width="320" height="240" controls>
<!-- MP4 must be first for iPad! -->
<source src="http://www.visievoorisrael.nl/images/stories/jos01/video/rootsAndReflections002b.mp4video.mp4" type="video/mp4" /> <!--Safari / iOS video    -->
<source src="http://www.visievoorisrael.nl/images/stories/jos01/video/rootsAndReflections002.theora.ogv" type="video/ogg" /> <!-- Firefox / Opera / Chrome10 -->

Thanks!

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

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

发布评论

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

评论(1

感性 2024-10-27 01:43:07

这是视频编码。我也有这个问题。有些转换工具可以为您完成此操作,有些则不能。

您可以在其上运行 qtindexswapper 将视频索引从文件末尾移动到前面。

It's the video encoding. I had issues with this too. Some conversion tools do it for you, others don't.

You can run qtindexswapper on it to move the index of the video from the end of the file to the front.

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