diff options
author | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2019-06-21 14:26:20 +0100 |
---|---|---|
committer | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2019-06-27 12:16:14 +0100 |
commit | 025fcee6fa208dd484a419ecf29c3e70038a5e34 (patch) | |
tree | 9f0998a757304b1b6661597a35d0aa9e655d6cb6 /doc/muxers.texi | |
parent | d33414d2ad27a5d2193c9ab0948ba7a282c2f910 (diff) | |
download | ffmpeg-025fcee6fa208dd484a419ecf29c3e70038a5e34.tar.gz |
hlsenc: Add option to set custom HTTP headers
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r-- | doc/muxers.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index 6c5b4bb637..59c93bc687 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -1089,6 +1089,9 @@ Set timeout for socket I/O operations. Applicable only for HTTP output. @item -ignore_io_errors Ignore IO errors during open, write and delete. Useful for long-duration runs with network output. +@item headers +Set custom HTTP headers, can override built in default headers. Applicable only for HTTP output. + @end table @anchor{ico} |