Hi, is it possible to pass custom HTTP headers (or at least change user-agent) to a command like the bellow? ffmpeg -i http://www.someserver.com/file.mp4 /tmp/out/mp4 I have seen some code in http.c, but I'm not sure if it can be invoked via the ffmpeg command line. Cheers, Petr