Html5视频海报有延迟
我正在处理 html5 视频,并注意到,当视频结束(触发结束事件)时,视频的最后一个图像会冻结一秒钟左右,然后再向我显示海报图像。
html5 video 标签有任何属性吗?因为我希望我的海报在视频结束后立即显示。
谢谢
i'm working with html5 video and noticed that, when a video ends(firing the ended event), the last image of the video is freezed for a sec or so, before showing me the poster image.
Has html5 video tag any attribute for this? Cos i want my poster to be shown right after the video ends.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
啊,找到了,是我的错!海报不会仅仅因为视频结束而显示,您需要制作另一个 video.load() 来显示它,但在我清空视频 .src 属性之前。
嗯,谢谢大家!
Ah, found it, was my fault! Poster will not show just because of video ending, you need to make another video.load() to show it, but before i empty the video .src attribute.
Well, thanks guys!