Re: [FFmpeg-user] How to download encrypted m3u8 providing the key?

2020-07-07 Thread Moritz Barsnick
On Tue, Jul 07, 2020 at 17:56:57 -0300, Matheus Silva wrote: > but it is strange that ffmpeg does not provide a easy way to set/replace > the decryption key on the command line Perhaps it does, but I couldn't figure out whether, and if so, which of the many key options might apply. Moritz ___

Re: [FFmpeg-user] How to download encrypted m3u8 providing the key?

2020-07-07 Thread Matheus Silva
Thanks, this worked! I replaced the key's URI to point to the local file key and added the full path to the chunks on the external network. To download I used the command "ffmpeg -protocol_whitelist file,http,https,tcp,tls,crypto -allowed_extensions ALL -i gordelicia.m3u8 -c copy gordelicia.mp4". I

Re: [FFmpeg-user] How to download encrypted m3u8 providing the key?

2020-07-07 Thread Moritz Barsnick
Hi Matheus, On Tue, Jul 07, 2020 at 14:45:08 -0300, Matheus Silva wrote: > Guys, how can I download from an encrypted m3u8 but that the key's URI is > no longer available? Obviously I downloaded the key previously, a 16 byte > file (that I get the hex string using "xxd -p"), I tried the following

[FFmpeg-user] How to download encrypted m3u8 providing the key?

2020-07-07 Thread Matheus Silva
Guys, how can I download from an encrypted m3u8 but that the key's URI is no longer available? Obviously I downloaded the key previously, a 16 byte file (that I get the hex string using "xxd -p"), I tried the following using the cryptokey parameter but ffmpeg keeps trying to do the decryption using