HTML5 interactive video timeline

I am willing to create an HTML5 interactive video timeline.
All characteristics are well explained [here](http://stackoverflow.com/questions/26145820/html5-interactive-video-time...).
Am I in the right place? Can I realise this with H5P?

fnoks's picture

H5P would be a great starting point for content type like this. You could start looking at how Interactive Video is implemented. You also might want to look at TimelineJS (https://github.com/NUKnightLab/TimelineJS).

I knew about TimelineJS, but I wouldn't know how to "connect" it to a video, streaming from our device.
I do output frames and metadata which has to automatically populate the live video.
So, I was wondering if there were some draft code already written somewhere, and from where to take inspiration.
I'm a kinda newbie...

fnoks's picture

I guess the first step would be to make the video-stream available through a webserver. This is something you might find an answer to by using google or e.g. stackoverflow. The second step would be using the URL to the video stream as a source in a Video-tag.