Recently, we have some problem because our subtitle file has been stolen,
we are using JWPlayer 6.12
.
So, has anyone had experience to deal with this situation please share!!!
Thank you.
Sorry for my bad English.
Recently, we have some problem because our subtitle file has been stolen,
we are using JWPlayer 6.12
.
So, has anyone had experience to deal with this situation please share!!!
Thank you.
Sorry for my bad English.
I will do it this way
var sub_base = "http://www.example.com/secret-sub-floder/";
above code hidden in external javascript file
and this code in jw player setup
tracks: [{
file: sub_base + "Birdman.2014.1080p.BluRay.x264.YIFY.CHI.srt",
label: 'English',
kind: 'captions'
}],
I have found a way to do that using Wowza server.
http://[wowza-ip]:1935/vod/mp4:sample.mp4/playlist.m3u8?wowzacaptionfile=sample.srt
This is my feedback hope it help other who use Wowza + JWplayer