Replies: 1 comment 2 replies
-
The progress bar chapter markers isn't something that Video.js supports out of the box. Unfortunately, I'm not sure if there's an up-to-date plugin that handles this. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've implemented chapters in my videojs player using a VTT file
and then calling
player.addRemoteTextTrack(track);
after I've initialized the player.This has caused the Chapters menu to appear in the control bar which is great.
My original assumptions was that this would also cause chapter markers to show up in the progress bar also.
so questions would be:
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions