From f22fcd4483fca8dda10e035906b8f8bc60f8b69c Mon Sep 17 00:00:00 2001 From: "kjeyapal@akamai.com" Date: Wed, 12 Dec 2018 21:50:19 +0530 Subject: avformat/dashenc: Added support for Low-latency HLS(Experimental) Apple doesn't have an official spec for LHLS. Meanwhile hls.js player folks are trying to standardize a open LHLS spec. The draft spec is available in https://github.com/video-dev/hlsjs-rfcs/blob/lhls-spec/proposals/0001-lhls.md This option will also try to comply with the above open spec, till Apple's spec officially supports it. Applicable only when @var{streaming} and @var{hls_playlist} options are enabled. --- doc/muxers.texi | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc/muxers.texi') diff --git a/doc/muxers.texi b/doc/muxers.texi index 809f886..4ed46a2 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -305,6 +305,14 @@ If this flag is set, the dash segment files will be in in WebM format. @item -ignore_io_errors @var{ignore_io_errors} Ignore IO errors during open and write. Useful for long-duration runs with network output. +@item -lhls @var{lhls} +Enable Low-latency HLS(LHLS). Adds #EXT-X-PREFETCH tag with current segment's URI. +Apple doesn't have an official spec for LHLS. Meanwhile hls.js player folks are +trying to standardize a open LHLS spec. The draft spec is available in https://github.com/video-dev/hlsjs-rfcs/blob/lhls-spec/proposals/0001-lhls.md +This option will also try to comply with the above open spec, till Apple's spec officially supports it. +Applicable only when @var{streaming} and @var{hls_playlist} options are enabled. +This is an experimental feature. + @end table @anchor{framecrc} -- cgit v1.1