With the above; within the HTML
try this
var video=$('#video_id').get(0); video.play(); video.addEventListener('ended',function(){ v=video.currentSrc; video.src=''; video.src=v; });