From d24e08e978792e09d212018677d1c0b8208ecef8 Mon Sep 17 00:00:00 2001 From: Karthick J Date: Wed, 8 Nov 2017 14:52:54 +0530 Subject: avformat/dashenc: Added configuration to override HTTP User-Agent Reviewed-by: Steven Liu Signed-off-by: Michael Niedermayer --- doc/muxers.texi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/muxers.texi') diff --git a/doc/muxers.texi b/doc/muxers.texi index 067a40289b..0bb8ad2e2b 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -247,6 +247,8 @@ DASH-templated name to used for the initialization segment. Default is "init-str DASH-templated name to used for the media segments. Default is "chunk-stream$RepresentationID$-$Number%05d$.m4s" @item -utc_timing_url @var{utc_url} URL of the page that will return the UTC timestamp in ISO format. Example: "https://time.akamai.com/?iso" +@item -http_user_agent @var{user_agent} +Override User-Agent field in HTTP header. Applicable only for HTTP output. @item -adaptation_sets @var{adaptation_sets} Assign streams to AdaptationSets. Syntax is "id=x,streams=a,b,c id=y,streams=d,e" with x and y being the IDs of the adaptation sets and a,b,c,d and e are the indices of the mapped streams. -- cgit v1.2.3