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.

link|improve this question

Was unable to replicate it on my Safari 5.1.1 in Lion. – Nils Munch Jan 9 at 12:57
1  
Replicated on my windows machine. On event "waiting" I output the loop property and I get false. I perform a pause on "waiting" and video pauses but the currentTime jumps to 0. – eli Feb 23 at 17:18
feedback

1 Answer

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.