Html5 video repeats in safari while buffering

363 Views Asked by At

I am playing a video with the HTML5 <video> element. Everything works fine but while the video is streaming, the part of video which is already loaded is repeatedly played in Safari. How do I stop playing the video repeatedly?

Here is the link to the video.

1

There are 1 best solutions below

0
On

I was able to reproduce this problem on windows. I'm pretty sure this has to do with the loop function being activated and it might be a bug under safari. Please provide the html page with the video integrated so we can see it in action in your website.