summaryrefslogtreecommitdiff
path: root/doc/muxers.texi
diff options
context:
space:
mode:
authorKarthick J <kjeyapal@akamai.com>2017-09-05 23:30:52 +0800
committerSteven Liu <lq@chinaffmpeg.org>2017-09-05 23:30:52 +0800
commit837c55e07271b59cd151b3cbecb1822fc10adf77 (patch)
tree43757c487e6a0923b6a91ba71f508bf11e0296f9 /doc/muxers.texi
parent516ac7bcc76124989626bec2fff6e5a5333bf26e (diff)
avformat/hlsenc: Added configuration to override HTTP User-Agent
Signed-off-by: Karthick J <kjeyapal@akamai.com> Signed-off-by: Steven Liu <lq@onvideo.cn>
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r--doc/muxers.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi
index 2bec5f8954..5a4f17bf8d 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -728,6 +728,10 @@ server using the HTTP PUT method, and update the m3u8 files every
@code{refresh} times using the same method.
Note that the HTTP server must support the given method for uploading
files.
+
+@item http_user_agent
+Override User-Agent field in HTTP header. Applicable only for HTTP output.
+
@end table
@anchor{ico}