avformat/hlsenc: Added option to add EXT-X-INDEPENDENT-SEGMENTS tag

This commit is contained in:
Karthick J
2017-11-24 06:57:36 +08:00
committed by Steven Liu
parent 241c1192d6
commit efb51c8ebb
2 changed files with 21 additions and 0 deletions

View File

@@ -737,6 +737,10 @@ The file specified by @code{hls_key_info_file} will be checked periodically and
detect updates to the encryption info. Be sure to replace this file atomically,
including the file containing the AES encryption key.
@item independent_segments
Add the @code{#EXT-X-INDEPENDENT-SEGMENTS} to playlists that has video segments
and when all the segments of that playlist are guaranteed to start with a Key frame.
@item split_by_time
Allow segments to start on frames other than keyframes. This improves
behavior on some players when the time between keyframes is inconsistent,