HTML5 interactive video timeline
Submitted by Atcold on Fri, 10/03/2014 - 18:02
Forums:
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
Wed, 10/15/2014 - 08:08
Permalink
H5P would be a great starting
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).
Atcold
Wed, 10/15/2014 - 16:53
Permalink
I knew abut TimelineJS but...
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
Thu, 10/16/2014 - 10:21
Permalink
I guess the first step would
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.