
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 ?