]> git.sesse.net Git - ffmpeg/commit
hlsenc: Add parameter -hls_allow_cache
authorJoakim Roubert <jokke@df.lth.se>
Fri, 19 Sep 2014 08:01:28 +0000 (10:01 +0200)
committerMartin Storsjö <martin@martin.st>
Fri, 3 Oct 2014 17:20:28 +0000 (20:20 +0300)
commit55f03d872640175a00bfa262da4652b7312b905f
tree71065483f9e2ea28d0335fa7087c3d7342daa533
parentd10d1b86550d254bd1e746ed613bf6885978879c
hlsenc: Add 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: Martin Storsjö <martin@martin.st>
doc/muxers.texi
libavformat/hlsenc.c
libavformat/version.h