Video chapters

Timestamped video chapters are delivered to the video through a VTT track file that describes the chapters and timestamps. The VTT text track can be easily added using standard WordPress video block.

When using nuevo shortcode you have to declare a tracks parameter, the same way as for subtitles/captions.

[nuevo source=src=//hls-playlist-url.m3u8 type=application/x-mpegURL" poster="//poster-image-url.jpg" tracks="src=//chapers-vtt-url.vtt kind=chapters srclang=en"]

The player features an option to display chapters along with chapters thumbnails on a separate list in the right side of the player. VTT specification must inlude thumbnail URL. This was desccribed on nuevodevel.com website demo page. You can enable chapters list on the WordPress nuevo settings page, or enable chpterslist parameter inside the shortcode.

[nuevo chapterslist=true source=src=//hls-playlist-url.m3u8 type=application/x-mpegURL" poster="//poster-image-url.jpg" tracks="src=//chapers-vtt-url.vtt kind=chapters srclang=en"][/nuevo]