
probleme with caption
i was testing the caption in the last hours but it doesn't show i still us the jw player from my computer
itest the vtt and srt but both not working they just show the cc button on the player but whene i click on it nothing happend here is the code
<script type="text/javascript">
jwplayer("myElement").setup({
image: "test.png",
sources: [{
file: 'http://www52.uptobox.com/stream/2ils3p70fd/360/0',
type: 'mp4',
label: "360p"
},{
file: 'http://www52.uptobox.com/stream/2ils3p70fd/480/0',
type: 'mp4',
label: "480p"
},{
file: 'http://www52.uptobox.com/stream/2ils3p70fd/720/0',
type: 'mp4',
label: "720 HD"
}],
logo: {
file: 'test2.png',
link: 'http://example.com'
},
skin: "bekle",
tracks: [{
file: "test.vtt"
}]
});
</script>