Youtube audio sync

broken image
broken image

I'll post part of the code for this below. I've tried using the YouTube JS API to listen for player state changes and attempt to keep both videos in sync, however it wasn't as reliable as I'd hoped for. This video will be slightly blurred (using CSS3 blur), so quality not super essential.One video will be used as a background video.Sync accuracy doesn't have to be millisecond perfect, just reliable.When one video buffers the other stops to wait, and starts when they are both ready.When a video is played / paused by the user the other video does the same.Both videos must start at the same time.I'd like them to both be in sync, here are my requirements / notes: I've got two identical YouTube videos embedded on the same page.

broken image