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.
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.