我想從Wowza Streaming到jwPlayer的流文件m3u8。我也希望做視頻無法閱讀或下載和我在閱讀鏈接: https://support.jwplayer.com/customer/portal/articles/1430261-aes-content-protection 關注鏈接:AES內容保護
var playerInstance = jwplayer("myElement");
playerInstance.setup({
file: 'sample_aes_stream.m3u8',
aestoken: 'EXAMPLE_AES_TOKEN'
});
我使用AES解密加密我的視頻(.MP4)有許多段文件index.m3u8(。 TS)。文件m3u8只有在有密鑰文件時纔會被讀取。但在下面的演示,我不明白
jwplayer("myElement").setup({
file: 'sample_aes_stream.m3u8',
aestoken: 'EXAMPLE_AES_TOKEN'
});
什麼EXAMPLE_AES_TOKEN是??? 跟隨鏈接:http://iphim.vn/xem-phim-phut-giay-sinh-tu-3136.html 你可以看到,我不能用IDM(互聯網下載管理器)下載視頻。我想這樣做,但不知道該怎麼做。請幫助我!