Re: [media-and-entertainment] Use case description: responsive grafics synced with video (#35)

Hi.

I'd recommend the  https://webtiming.github.io/timingsrc/ framework.

It's an open source JS library that allows you to synchronize anything with anything on the Web - including HTML5 video and timed data (i.e. cues) with precision in the single digit milliseconds.

You would likely want to use the sequencer to control the timing of the graphical elements. It works similar to the texttrack mechanism - except it's much better (disclaimer - I made it).

In terms of standardization, the TimingObject model (which the framework is based on) was proposed for Web standardization a few years back by the Multi-device Timing Community Group.

If you find it valuable, let us know :)  



-- 
GitHub Notification of comment by ingararntzen
Please view or discuss this issue at https://github.com/w3c/media-and-entertainment/issues/35#issuecomment-616800883 using your GitHub account

Received on Monday, 20 April 2020 20:48:41 UTC