
tracks - captions - "default": true not working
I'm trying to set the default captions display to true but unable to get it to work... the only way I can get my captions to show is by clicking the CC button. Normally this is what I like, however I have a project that requires captions be turned on initially.
<script type='text/javascript'>
var jwvideo = jwplayer('my-video').setup({
primary: 'flash',
skin: '../jwplayer6/skins/sprint/sprint.xml',
playlist: [{
file: "privacy.mp4",
image: "privacy.png",
tracks: [{
file: "privacy.srt",
type: "captions",
label: "English",
"default": true
}]
}],
width: '100%',
aspectratio: '16:9'
});
</script>
here is a link to my page...
http://dev.sprintu.com/jwplayer6/bootstrap.html