I am interested in adding timestamps to channel videos that viewers can use to navigate to specific sections of a video, like YouTube’s clickable chapters (see the description - “Show more” - of CSS Tutorial – Full Course for Beginners - YouTube or the following images for an example).
At the moment we do not have the option to add chapters to videos as they are presented on YouTube.
However, if you are not yet using captions for your videos (recommended in order for videos to be accessible for learners with disabilities), you could use the Kolibri interactive transcript feature to present the clickable list of chapters.
I’ve made a simple proof of concept for this option that you can see on our demo site.
This workflow would involve creating a VTT file with markers for chapters and upload it as a captions file for each video in your channel on Kolibri Studio. VTT file for the above video looks like this:
Thank you very much @RadinaMatic for taking the time to answer me clearly on how to make a video interactive with this “chapter” feature.
I think this method with WebVTT would be perfect for what I hope to do, present sections as a sort of interactive table of contents. I just need to follow your instructions to do it as you show with your screen recordings.
Thanks again for your help and for sharing your knowledge with the community.
Choice to use the transcript feature or not is left to the user, so there is no way for the sidebar to be opened by default.
One important thing for both you, @deldesir and anybody else who might read this post in the future:
Please be very aware that using long videos which require internal chapters to navigate can be a concern when bandwidth and connectivity are challenging. Both in terms of server performance (having one long video requested by several learner devices at the same time), and in terms of the channel import operation (big resources as long and not properly compressed videos are more susceptible to errors because of connectivity challenges in offline settings).
Kolibri already offers a workflow for indicating to the user the recommended sequence through a serie of resources. You could split a long video in several smaller ones, even title them as Video ABC - Chapter N, put them in one folder and properly configure them as next and previous resource in Studio options. As soon as learner completes one, they will see a completion modal with the link that leads them to the next video in the sequence.
You can check this workflow implemented below, where the same video from the above example has been divided in 5 small ones. Open any of the videos in this folder, watch it till the end and observe the completion modal with the recommended following resource to watch:
If you have no other choice but to use the long video, then you absolutely must make sure that the video is properly encoded for web streaming. If they are not, you are setting up a difficult situation where the client devices will have to load the entire video before playback can begin, causing extreme server load, lags and failures in playback, bad user experience and frustration.
Read these two resources on how to properly encode the videos for streaming: