From 0c78b6a416c661afed745d44495b5194f714fb96 Mon Sep 17 00:00:00 2001 From: Karthick Jeyapal Date: Fri, 29 Dec 2017 18:12:32 +0800 Subject: avformat/dashenc: Persistent HTTP connections supported as an option Reviewed-by: Aman Gupta Reviewed-by: Steven Liu --- 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 93db549265..8ce964b0a0 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -249,6 +249,8 @@ DASH-templated name to used for the media segments. Default is "chunk-stream$Rep 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 -http_persistent @var{http_persistent} +Use persistent HTTP connections. Applicable only for HTTP output. @item -hls_playlist @var{hls_playlist} Generate HLS playlist files as well. The master playlist is generated with the filename master.m3u8. One media playlist file is generated for each stream with filenames media_0.m3u8, media_1.m3u8, etc. -- cgit v1.2.3