[FFmpeg-cvslog] doc/muxers: note on Apple's version LHLS for lhls option

Zhao Zhili git at videolan.org
Fri Nov 5 20:35:30 EET 2021


ffmpeg | branch: master | Zhao Zhili <quinkblack at foxmail.com> | Thu Oct 21 16:15:32 2021 +0800| [7370f1f4c98f922a20d9ac3cdc5c74c2885edbe7] | committer: James Almer

doc/muxers: note on Apple's version LHLS for lhls option

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7370f1f4c98f922a20d9ac3cdc5c74c2885edbe7
---

 doc/muxers.texi | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/doc/muxers.texi b/doc/muxers.texi
index 8febbd58bf..7eee8c1be6 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -362,12 +362,13 @@ Ignore IO errors during open and write. Useful for long-duration runs with netwo
 
 @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.
+hls.js player folks are trying to standardize an 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 tries to comply with the above open spec.
 It enables @var{streaming} and @var{hls_playlist} options automatically.
 This is an experimental feature.
 
+Note: This is not Apple's version LHLS. See @url{https://datatracker.ietf.org/doc/html/draft-pantos-hls-rfc8216bis}
+
 @item ldash @var{ldash}
 Enable Low-latency Dash by constraining the presence and values of some elements.
 



More information about the ffmpeg-cvslog mailing list