
Is it possble to have Preview Thumbnails AND Chapter markers?
Is it possible to have two vtt tracks for Preview Thumbnails and Chapter markers?
Is it possible to have two vtt tracks for Preview Thumbnails and Chapter markers?
Yes, that is possible. You call one thumbs and one chapters.
Am I missing something below?
playlist: [{
image: '<%=myPoster %>',
sources: [{
file: '<%=mySrc %>'
}, {
file: '<%=myHTML5 %>'
}],
tracks: [{
file: '<%=myThumbVTT %>', kind: 'thumbnails'
}, {
file: '<%=myChapterVTT %>', kind: 'chapters'
} ]
}],
That looks fine. Where is this running?