Browse code

doc/muxers: add hls_flags option description

Signed-off-by: Steven Liu <liuqi@gosun.com>
Reviewed-by: Moritz Barsnick <barsnick@gmx.net>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

Steven Liu authored on 2016/07/18 21:05:35
Showing 1 changed files
... ...
@@ -495,6 +495,17 @@ Will produce the playlist, @file{out.m3u8}, and a single segment file,
495 495
 Segment files removed from the playlist are deleted after a period of time
496 496
 equal to the duration of the segment plus the duration of the playlist.
497 497
 
498
+@item hls_flags round_durations
499
+Round the duration info in the playlist file segment info to integer
500
+values, instead of using floating point.
501
+
502
+@item hls_flags discont_starts
503
+Add the @code{#EXT-X-DISCONTINUITY} tag to the playlist, before the
504
+first segment's information.
505
+
506
+@item hls_flags omit_endlist
507
+Do not append the @code{EXT-X-ENDLIST} tag at the end of the playlist.
508
+
498 509
 @item hls_flags split_by_time
499 510
 If this flags is set, allow segments to start on frames other than keyframes.
500 511
 This improves behavior on some players when the time between keyframes is