预取/缓存视频以供稍后播放
如何强制浏览器开始下载视频流(或视频文件)而不触发立即播放?请注意,我想向用户播放该视频 - 但不是立即播放,因此目标是预取。
How can I force the browser to begin downloading a video stream (or video file) without triggering it to play immediately? Please note, I will want to play this video to the user - but not immediately, so the goal is to pre-fetch.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在
元素中指定
preload
属性,指示浏览器应在页面加载后立即开始下载文件;例如:Specify the
preload
attribute in the<video>
element to indicate that the browser should start downloading the file as soon as the page loads; for example: