Anyone know how to enable cookie interaction in ffmpeg? I have an HLS stream who need save cookies from the server , but actually that doesn't happen.
You can send headers with FFmpeg
Linux
ffmpeg -i INPUT -headers $'Cookie: logged_in=yes; tracker=direct\r\n'
Windows
powershell ffmpeg -i INPUT -headers "Cookie: logged_in=yes; tracker=direct`r`n"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With