Is there a way to keep two videos synchronized in a webpage without plugins?

Posted by Jared on Stack Overflow See other posts from Stack Overflow or by Jared
Published on 2010-04-16T17:02:34Z Indexed on 2010/04/18 3:23 UTC
Read the original article Hit count: 340

Filed under:
|

Is there a way to use two HTML5 video tags on a page and keep the videos synchronized? Meaning that if the first video is at 15.2 seconds then the second video is at 15.2 seconds?

I've looked around and found SMIL but it looks like that only works in IE. I also tried to implement something of my own with jQuery and jMediaElement but there appears to be a lot of cases where the videos can get out of sync.

Has this been done before?

© Stack Overflow or respective owner

Related posts about html5

Related posts about video