iOS 上的预加载/自动缓冲媒体元素 HTML5
我不认为 iOS 可以处理 html5 视频的预加载/自动缓冲。这是正确的吗?或者其他人可以告诉我他们是如何做到的吗?
澄清: 我希望在单击播放按钮之前开始下载视频内容。
I don't think iOS can handle preload / autobuffer of html5 videos. Is this correct, or can anyone else tell me how they've managed to do it?
Clarification:
I want the content of the video to begin downloading before the play button is clicked.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是否这样做:如何让您的 HTML5 MP4 视频文件在完全下载之前播放?通常都是如此。
Is it do do with this: how to get your HTML5 MP4 video file to play before being fully downloaded? As it usually is.
你不能。某些移动设备(例如 iOS 设备)不会预加载视频,以保护用户的带宽。出于相同原因对自动播放属性进行相同的限制
You can't. Some mobile devices like iOS devices will not preload the video in order to protect their users' bandwidth. Same restriction for the same reason to autoplay attribute