HTML5 video buffering before the playback

两盒软妹~` 提交于 2019-12-25 16:56:25

问题


I have an html page, and a link to the video in my code. Can I start buffering the video as soon as I've opened page, and show the 'play' button only when the video is completely buffered? Important, thet I should put this video dynamicly via innerHTML() when it's loaded. Before that, the video tag shouldn't be on the page at all.


回答1:


For solution I have used video.js jquery plugin.



来源:https://stackoverflow.com/questions/12963934/html5-video-buffering-before-the-playback

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!