I'm trying to show the subtitles on my jwplayer script but I don't know where are the path of the subtitles on google drive videos
tracks: [{
file: "/assets/captions-en.vtt",
label: "Latino",
kind: "captions",
"default": true
},{
file: "/assets/captions-fr.vtt",
kind: "captions",
label: "Subtitulado"
}],
primary: 'html5',
That is my code but the subtitles don't appear, I know that in file I have to put the subtitle path, so the question is if someone knows what is the path?