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

JWPlayer-7 and MP4-video internal subtitle track


With older JWPlayer 5.10 it's simple:
plugins: "captions-2","captions.fontsize": "16","captions.back": "false",

This shows internal subtitles, added wih MP4box INTO video.mp4 file (video.mp4 + subtitle.srt = video-muxed.mp4)
***
But how I can show these subtitles with JWPlayer-7

With external .SRT or .VTT sublitles I already found JWPlayer-7 setup options, how to show subtitles, (it's working well)
tracks: [{
file: "/srt/subtitle.srt",
kind: "captions",
"default": true
}],
captions: {
color: '#FFFFAA',
fontsize: 20,
backgroundOpacity: 50
},

but if subtitles are INSIDE MP4 ??? How to configure JWPlayer-7 ?

1 Community Answers

Donni

JW Player Support Agent  
0 rated :

Right now it’s only supported in Safari with the HTML5 or Flash player. There is no extra configuration required.

This question has received the maximum number of answers.