From 55f03d872640175a00bfa262da4652b7312b905f Mon Sep 17 00:00:00 2001 From: Joakim Roubert Date: Fri, 19 Sep 2014 10:01:28 +0200 Subject: hlsenc: Add parameter -hls_allow_cache MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The -hls_allow_cache parameter enables explicitly setting the EXT-X-ALLOW-CACHE tag in the manifest file. That tag indicates whether the client MAY or MUST NOT cache downloaded media segments for later replay. Valid values are 1 (=YES) or 0 (=NO) and the EXT-X-ALLOW-CACHE will not show in the manifest for other values (or if -hls_allow_cache is not used. Signed-off-by: Martin Storsjö --- 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 54109c7fd2..032c0363fe 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -117,6 +117,8 @@ Start the sequence from @var{number}. @item -hls_base_url @var{baseurl} Append @var{baseurl} to every entry in the playlist. Useful to generate playlists with absolute paths. +@item -hls_allow_cache @var{allowcache} +Explicitly set whether the client MAY (1) or MUST NOT (0) cache media segments @end table @anchor{image2} -- cgit v1.2.3