summaryrefslogtreecommitdiffstats
path: root/doc/muxers.texi
diff options
context:
space:
mode:
authorkjeyapal@akamai.com <kjeyapal@akamai.com>2018-12-12 21:50:19 +0530
committerKarthick J <kjeyapal@akamai.com>2018-12-17 12:11:55 +0530
commitf22fcd4483fca8dda10e035906b8f8bc60f8b69c (patch)
tree34eefebd117bb1f442ddeca9d588c5d988da9e56 /doc/muxers.texi
parentd209a3d50f9c00dc998de3a7f909f693f49bf47a (diff)
downloadffmpeg-streaming-f22fcd4483fca8dda10e035906b8f8bc60f8b69c.zip
ffmpeg-streaming-f22fcd4483fca8dda10e035906b8f8bc60f8b69c.tar.gz
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.
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r--doc/muxers.texi8
1 files changed, 8 insertions, 0 deletions
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}
OpenPOWER on IntegriCloud