diff options
author | Zhao Zhili <quinkblack@foxmail.com> | 2021-10-21 16:15:31 +0800 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2021-11-05 15:32:11 -0300 |
commit | a0f9650046842249233b54b1f9b4aaf03dacf0a7 (patch) | |
tree | 5873a180cc607f717e9965e29a0e6c7bb34d17da /doc | |
parent | f6b90d5fef0bd2878227ab073f3ddae53c2e2147 (diff) | |
download | ffmpeg-a0f9650046842249233b54b1f9b4aaf03dacf0a7.tar.gz |
avformat/dashenc: enabling streaming and hls_playlist for lhls
Try to make the feature easier to use, especially since the user
have enabled -strict experimental manually. The user shouldn't
be surprised that hls_playlist is enabled for lhls automatically,
so change the log level from warning to info for that.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/muxers.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index 7338e8d5d3..8febbd58bf 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -365,7 +365,7 @@ Enable Low-latency HLS(LHLS). Adds #EXT-X-PREFETCH tag with current segment's UR 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. +It enables @var{streaming} and @var{hls_playlist} options automatically. This is an experimental feature. @item ldash @var{ldash} |