From 3edb9aaea6aaa6b93d708693cfa6454c17e03732 Mon Sep 17 00:00:00 2001 From: Joakim Roubert Date: Mon, 22 Sep 2014 10:17:01 +0200 Subject: avformat/hlsenc: Added parameter -hls_allow_cache 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: Michael Niedermayer --- doc/muxers.texi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/muxers.texi') diff --git a/doc/muxers.texi b/doc/muxers.texi index 5f8d75f3f1..44931e7307 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -242,6 +242,10 @@ to @var{wrap}. Start the playlist sequence number from @var{number}. Default value is 0. +@item hls_allow_cache @var{allowcache} +Explicitly set whether the client MAY (1) or MUST NOT (0) cache media +segments. + @item hls_base_url @var{baseurl} Append @var{baseurl} to every entry in the playlist. Useful to generate playlists with absolute paths. -- cgit v1.2.3