Answer the question
In order to leave comments, you need to log in
Sync HTML5 Video in Google Chrome
There was a task to show 2 or more videos on the site with the possibility of simultaneous synchronous playback. I use HTML5 (Flash for my task is the most extreme option).
var i = 0;
for (i=0; i<videos_count; i++) {
videos[i].pause();
videos[i].currentTime=seconds;
videos[i].play();
}
Answer the question
In order to leave comments, you need to log in
Do you have a problem for an hour not because of different upload speeds? Try to play around with preload /
I did a little experiment: I did it according to Feng Shui - I added the processing of the seeked event - I start showing the video when everyone has a pointer. Opera, FF - good, GH - the problem remains.
It's not about loading - when setting the same currentType value, the player can show different frames, even if the entire video is buffered 10 times and is paused.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question