html5 video = safari想要全部下载 [英] html5 video = safari wants to download it all

查看:84
本文介绍了html5 video = safari想要全部下载的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经使用所有人的视频执行了我的第一次冒险视频html5,效果很好在IE,Opera,Saf,Chrome,FF。

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

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

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!

这是代码

<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 -->

谢谢!

推荐答案

这是视频编码。我也有这个问题。有些转换工具是为你做的,有些则不是。

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

你可以运行 qtindexswapper 就可以将视频的索引从文件末尾移到前面。

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

这篇关于html5 video = safari想要全部下载的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆