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

Multiple Closed Captioning support not integrating.


I am trying to integrate multiple closed captioning in JWPlayer but it is not supporting in Google chrome. I want support in Chrome, Safari and Firefox.
jwplayer('player1').setup({
file: 'file URL',
image: 'thumbnail URL',
autostart: true,
controls: true,
tracks: [{
file: "https://s3.ap-south-1.amazonaws.com/upload-temp-dev/en-caption.vtt",
label: "English",
kind: "captions",
"default": true,
},{
file: "https://s3.ap-south-1.amazonaws.com/upload-temp-dev/fr-caption.vtt",
kind: "captions",
label: "French",
}, {
file: "https://s3.ap-south-1.amazonaws.com/upload-temp-dev/sp-caption.vtt",
kind: "captions",
label: "Spanish",
}],
});


Closed Captioning button is coming in JWPlayer but the popup for choosing different language is not coming in Chrome.

1 Community Answers

Todd

JW Player Support Agent  
0 rated :

Your code example looks correct. I tried your code and the French captions file is not available on the network, but the popup is appearing. You can see my screen shot here: https://imgur.com/a/FotOq

What version of Chrome do you have? Is there any CSS conflicting with our player?

This question has received the maximum number of answers.