video.js - Video always looping in VideoJs -
i using videojs play video , plays without issue.
but video keeps on looping don't want. not stop after playing once. have not provided options video play in loop; does.
i tried adding data-setup loop false.
<video id="video5" class="video-js vjs-default-skin" controls preload="none" width="500" height="400" data-setup='{ "loop" : "false" }' > <source src="http://localhost/~~video(4).mp4" type="video/mp4" codecs="avc1.42e01e, mp4a.40.2" /> </video>
i using version 4.5.2 latest build.
what doing wrong?
Comments
Post a Comment