diff options
author | Karthick Jeyapal | 2018-05-14 10:18:13 +0530 |
---|---|---|
committer | Karthick Jeyapal | 2018-05-14 10:20:54 +0530 |
commit | c76a6c93bfc3787be61fe3f317618d53c9414818 (patch) | |
tree | 0a2235088422a440cc5105e2ce29330f6ed72bdc /doc | |
parent | 62f07825ba11502b329716baddadea112c1837e5 (diff) |
avformat/dashenc: Add documentation for http method option
Diffstat (limited to 'doc')
-rw-r--r-- | doc/muxers.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index 6f03bbaa9e..57948cfb9a 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -252,6 +252,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 method @var{method} +Use the given HTTP method to create output files. Generally set to PUT or POST. @item -http_user_agent @var{user_agent} Override User-Agent field in HTTP header. Applicable only for HTTP output. @item -http_persistent @var{http_persistent} |