I'm newbie. 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 know that we need send aestoken but i don't know where to get keys(from wowza or smt..?)
Anyone have any demo or source code or scenarios about stream file m3u8 and how to protect video. Please help me
Thanks.
↧