Re: [FFmpeg-user] Passing headers to encrypted hls stream in ffmpeg

2023-01-26 Thread Moritz Barsnick
On Thu, Jan 26, 2023 at 20:43:53 +0530, Nitin Singh wrote: > I am using ffmpeg 5.1. I want to save encrypted aes-128 hls in which > the decrypting key link is in m3u8 stream link. I am able to pass > headers & get m3u8 file content using : > > ffmpeg -headers "Hvar1: hvalue1" -headers "Hvar2: hval

[FFmpeg-user] Passing headers to encrypted hls stream in ffmpeg

2023-01-26 Thread Nitin Singh
Hi ! I am using ffmpeg 5.1. I want to save encrypted aes-128 hls in which the decrypting key link is in m3u8 stream link. I am able to pass headers & get m3u8 file content using : ffmpeg -headers "Hvar1: hvalue1" -headers "Hvar2: hvalue2" -headers "Hvar3: hvalue3" -i "http://media.link/mediafil