Replies: 2 comments
-
Thanks for the feedback. Marking as a feature request for now. |
Beta Was this translation helpful? Give feedback.
-
Hi Is there any chance to know if you would rather go for the first or second type of implementation ? As I'll code id for myself, but would rather do it the way that'll match yours in the future. Also, is there any chance for you to add a option to toggle the display of the chapter ON/OFF. I may seems like a strange need, but think of anything you may want to do along video reading, which always occurs when a chapter "stricto sensus" starts. Thus, simple idea, chapters have a true/false display option like such
Cheers |
Beta Was this translation helpful? Give feedback.
-
Hi guys,
I've seen that chapters are now implemented in the player api, cool #551
The sad part is that we can't set sub chapters !
This is not a pure player.js ehencement, but having the ability to add a "level" on the generated json file would enable us to set display and seekto subchapters easily !
It would be great 👍
Cheers
EDIT :
coupe of years ago I implemented a chapter/subchapter system where
<li class="chapters" data-chapter='0'>MyChap</li>
var chapTime =[18, 37.5, 74, 190];
It works like a charm but seems a bit obsolete now, while still not replaceble by the new vimeo chapter feature because of the lack of subchapters !
Now that vimeo has chapters, there are two way I could see the sub-chapter implementation
actual json
json of the first implementation
json of the second implementation
Also what would be great is if you could provide example in the api demo where the video's chapters would be listed and clickable to seek to it.
I have found and will find my way without it, but I think it would be beneficial for everyone if a clean implementation is offered.
Cheers
Regards
Beta Was this translation helpful? Give feedback.
All reactions