View Single Post
  #4  
Old 11-09-2017, 10:11 PM
surya987 surya987 is offline
Senior Member
 
Join Date: May 2014
Location: India
Posts: 280
surya987 is on a distinguished road
Default

Re: Download encrypted video file with Ffmpeg


Quote:
Originally Posted by nikfiumi View Post
Hi, just tryin' to download some video files apparently encrypted.

m3u8 link is this one

https://hlsvod-akrsc.ams1.media.euro..._complete.m3u8

Whit this key

EXT-X-KEY:METHOD=AES-128,URI="https://drm-api.svcs.eurosportplayer.com/programs/10149/media/05443071-954c-412f-abec-8119a949d746/keys/809c257c-f549-40ae-a3eb-63f40d024841",IV=0x7A4B989235B8E349D12337823F866A1 E

Did you know if it's possible to downlolad this file?

Thanks everybody


try:-
Code:
ffmpeg -i "https://hlsvod-akrsc.ams1.media.eurosportplayer.com/linear/program/2017/09/24/ITA2-10149-1506246071132/1200K/1200_complete.m3u8" -c copy output.ts
if not please give video link
Reply With Quote