View Single Post
  #2  
Old 05-07-2015, 06:46 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Can't decrypt m3u8


Quote:
Originally Posted by belindaschull View Post
Hello I'm trying to download this video
Code:
http://www.telemundo.com/novelas/2015/04/06/avenida-brasil-capitulo-1-rita-descubre-el-plan-de-carmina
there's f4m download option but is encrypted with akamai but atresdownloader found m3u8 link but when I tried to download with ffmpeg I got error and won't download same atresdownloader can't download the file but it's possible to download the m3u8 and choice the 1080i the aes .key and .ts segments but how to decrypted and how to download all ts segments instead doing manually?

Code:
https://telemundo-vh.akamaihd.net/i/MPX/video/NBCU_Telemundo/812/159/150406_2857352_Avenida_Brasil__Capitulo_1__Rita_descubre_el_,40,25,18,12,7,4,2,00.mp4.csmil/master.m3u8?__b__=1000&hdnea=st=1431041168~exp=1431041768~acl=/i/MPX/video/NBCU_Telemundo/812/159/150406_2857352_Avenida_Brasil__Capitulo_1__Rita_descubre_el_*~id=6015373a-bf0b-4be6-9482-6ff5333ed363~hmac=b0b0a6ee72f7ec164cae0b7b84fd9f69175a3f8ebd0ecefec23c5fdf5d3212a3
hi

Code:
link.theplatform.com/s/0L7ZPC/nPjk8hObeiux?mbr=true&format=SMIL&Embedded=true&manifest=m3u

>>> open with >>> browse >>> notepad

in this file you can find url like this


Code:
https://telemundo-vh.akamaihd.net/i/MPX/video/NBCU_Telemundo/812/159/150406_2857352_Avenida_Brasil__Capitulo_1__Rita_descubre_el_,40,25,18,12,7,4,2,00.mp4.csmil/master.m3u8?__b__=1000&hdnea=st=1431044865~exp=1431045465~acl=/i/MPX/video/NBCU_Telemundo/812/159/150406_2857352_Avenida_Brasil__Capitulo_1__Rita_descubre_el_*~id=6cb7e1ce-edde-44b4-8b90-ebd2ea1503ea~hmac=cbc57d897261f12714aa0e83b72d9a904c01d1ac2a2719921ac6a22d8d81ff35

Code:
livestreamer "hlsvariant://https://telemundo-vh.akamaihd.net/i/MPX/video/NBCU_Telemundo/812/159/150406_2857352_Avenida_Brasil__Capitulo_1__Rita_descubre_el_,40,25,18,12,7,4,2,00.mp4.csmil/master.m3u8?__b__=1000&hdnea=st=1431044865~exp=1431045465~acl=/i/MPX/video/NBCU_Telemundo/812/159/150406_2857352_Avenida_Brasil__Capitulo_1__Rita_descubre_el_*~id=6cb7e1ce-edde-44b4-8b90-ebd2ea1503ea~hmac=cbc57d897261f12714aa0e83b72d9a904c01d1ac2a2719921ac6a22d8d81ff35" best -o video1080p.ts




Reply With Quote