Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Is it possble to have Preview Thumbnails AND Chapter markers?


Is it possible to have two vtt tracks for Preview Thumbnails and Chapter markers?

3 Community Answers

Ethan Feldman

JW Player Support Agent  
0 rated :

Yes, that is possible. You call one thumbs and one chapters.

kbell

User  
0 rated :

Am I missing something below?

playlist: [{
image: '<%=myPoster %>',
sources: [{
file: '<%=mySrc %>'
}, {
file: '<%=myHTML5 %>'
}],
tracks: [{
file: '<%=myThumbVTT %>', kind: 'thumbnails'
}, {
file: '<%=myChapterVTT %>', kind: 'chapters'
} ]

}],

Ethan Feldman

JW Player Support Agent  
0 rated :

That looks fine. Where is this running?

This question has received the maximum number of answers.