jwplayer - is there a way to protect subtitle file from stolen? -


recently, have problem because our subtitle file has been stolen, using jwplayer 6.12.

so, has had experience deal situation please share!!!

thank you.

sorry bad english.

i way

var sub_base = "http://www.example.com/secret-sub-floder/"; 

above code hidden in external javascript file

and code in jw player setup

  tracks: [{      file: sub_base + "birdman.2014.1080p.bluray.x264.yify.chi.srt",      label: 'english',      kind: 'captions'    }], 

Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -