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

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!

4 Community Answers

Andrew

JW Player Support Agent  
1 rated :

Tracks should be contained within a playlist as mentioned here:
http://support.jwplayer.com/customer/portal/articles/1407438-adding-closed-captions

Also, for RTMP streams, can you utilize these from within a SMIL? This will also allow for dynamic stream selection as well. If you’re experiencing any more issues, please provide a link to where you’re setting this up.

Thanks!

bobby

User  
0 rated :

I've managed to bring to life HD button with SMIL file, but the problem with captions remains.

bobby

User  
0 rated :

Thanks for the quick answer, Andrew.

As you can see, my captions setup is exactly like a setup in a link you provided. And the problem remains.

Andrew

JW Player Support Agent  
0 rated :

I’ll need to see a link if you can send it over. There are a few things I’ll need to check out with your implementation.

This question has received the maximum number of answers.