
Subtitle [srt] doesn't work
Hello everyone,
I'm using jwplayer configured to display subtitles with srt file.
You can see at this address http://va_sviluppo.videoassemblea.it/dettaglio_seduta.php?id_seduta=888 configuration line 158
<script type = "text / javascript">
jwplayer ("jwplayer"). setup ({file: "rtmp://golive01.streamincloud.it/vod_sviluppo/_definst_/s3vod/va_sviluppo/20150423-0915.f4v",
image: "http://va_sviluppo.videoassemblea.it /images/logo.png",
tracks:
[{file: "xml_captions / 2015-04-23_11-14-52.srt" kind: "captions", label: "Italian", "default": true}], width: "100%"});
</ script>
If you see the file srt is taken properly but sottotioli not displayed.
Can you give me some help?