I want stream file m3u8 from Wowza Streaming to jwPlayer. I also want make video cannot read or download and i read in link: https://support.jwplayer.com/customer/portal/articles/1430261-aes-content-protection Follow link :
var playerInstance = jwplayer("myElement");
playerInstance.setup({
file: 'sample_aes_stream.m3u8',
aestoken: 'EXAMPLE_AES_TOKEN'
});
i used AES Decryption to encrypt my video (.mp4) to index.m3u8 with many segment file (.ts). FIle m3u8 only read when have key file. But in below demo, i dont understand
jwplayer("myElement").setup({
file: 'sample_aes_stream.m3u8',
aestoken: 'EXAMPLE_AES_TOKEN'
});
What EXAMPLE_AES_TOKEN is ??? Follow link : http://iphim.vn/xem-phim-phut-giay-sinh-tu-3136.html u can see that i can't download video with IDM(internet download manager). I want to do it but dont know how to do it. Pls help me!