.m3u list encryption.

devplan

Registered
Messages
1
Hello everybody. Im new here. My ISP provider sharing the service via IPTV and he give an option also to see the content via WEB. The thing is that i want donwload this content. It's send to my browser(chrome or whatever) a .m3u list with the tracks of the content but it's encrypted.

Like this example:

Code:
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-TARGETDURATION:11
#EXT-X-MEDIA-SEQUENCE:0
#EXT-X-KEY:METHOD=AES-128,URI="http://www.nagra.com/key=372353&prm=eyJjb250ZW50SWQiOiIzNzIzNTMiLCJrZXlJZCI6ImIwYzFmMGY5LWI2YjEtNDIwZS05ZDZlLWQ2MDVhZmIxNmE5MiJ9",IV=0x00000000000000000000000000000000
#EXTINF:10,
05-0.ts
#EXTINF:10,
05-1.ts

Someone know if that key could get broken to decrypt the sources ?.
 
Top