HTML5 video buffering before the playback
问题 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