html5 - Seamless Video Loop HTML 5 Video.js -
really can't figure out how video looping seamlessly.
at moment there slight pause when starts loop, i'm using video.js , new me.
this code in dw,
<video width="640" height="264" id="my_video_1" class="video-js vjs-default-skin" poster="1.png" preload="none" p controls loop > <source src="1.mp4" type='video/mp4'> </video>
preload video 'preload' option. loop video 'loop' option.
details here: https://github.com/zencoder/video-js/blob/master/docs/options.md
Comments
Post a Comment