View Single Post
  #4  
Old 05-09-2017, 10:44 AM
arec arec is offline
Junior Member
 
Join Date: May 2017
Posts: 8
arec is on a distinguished road
Default

Re: #EXT-X or m3u8 or TS or AES-128? You got HLS.. Howto Beat it in 2017


This is the kind of stream I am having difficulty with. When I try your code...

ffmpeg -protocol_whitelist file,udp,rtp,crypto,tcp,https,rtsp,tls -i "TS-M3U8 URL HERE" -c:a copy -c:v copy "OUTPUT FILE HERE.ts"

using my own filenames I get an error about "unable to open key file". I am not sure how to get that key file from the m3u8 file. I have read that it could be found in a cookie but also that it could be found in them m3u8 file itself.
Attached Images
File Type: png ffmpeg_error.PNG (9.3 KB, 0 views)
Reply With Quote