
HD button and captions are not visible.
Hello,
just upgraded to Pro version, but I'm not getting HD button visible. CC button is visible, but captions are not showing. Here is my setup:
<div id="container">Loading the player ...</div>
<script type="text/javascript">
jwplayer("container").setup({
sources: [{
file: "rtmp://195.85.215.30/flvplayback/mp4:public/mffff2015/chasse_low.mp4",
label: "720p HD"
},{
file: "rtmp://195.85.215.30/flvplayback/mp4:public/mffff2015/chasse_high.mp4",
label: "1080p HD",
default: "true"
}],
height: 360,
width: 640,
primary: "flash",
skin: "roundster",
tracks: [{
file: "/subs/godart.srt",
label: "English",
kind: "captions",
"default": true
}]
});
</script>
</div>
Any help appreciated! Thanks in advance!