How to perfectly sync two or more html5 video tags?

Viewed 12206

Is there any way to have two or more (preferably three) html5 < video > tags playing simultaneously and to be in perfect sync.

If I have let's say three tiles of one video and I want them to appear in browser as one big video. They need to be perfectly synchronized. Without even smallest visual/vertical hint that they are tiled.

Unfortunately I cannot use MediaController because it is not supported well enough.

I've tried some workouts, including canvases, but I still get visual differentiation. Has anyone had any similar problem/solution?

3 Answers
Related