2017-09-06 20:57:07 +00:00
|
|
|
HLS options
|
|
|
|
^^^^^^^^^^^
|
|
|
|
|
|
|
|
--hls_master_playlist_output <file_path>
|
|
|
|
|
|
|
|
Output path for the master playlist for HLS. This flag must be used to
|
|
|
|
output HLS.
|
|
|
|
|
|
|
|
--hls_base_url <url>
|
|
|
|
|
|
|
|
The base URL for the Media Playlists and media files listed in the
|
|
|
|
playlists. This is the prefix for the files.
|
|
|
|
|
2017-11-12 22:56:25 +00:00
|
|
|
--hls_key_uri <uri>
|
|
|
|
|
|
|
|
The key uri for 'identity' and 'com.apple.streamingkeydelivery' key formats.
|
|
|
|
Ignored if the playlist is not encrypted or not using the above key formats.
|
|
|
|
|
2017-09-06 20:57:07 +00:00
|
|
|
--hls_playlist_type <type>
|
|
|
|
|
|
|
|
VOD, EVENT, or LIVE. This defines the EXT-X-PLAYLIST-TYPE in the HLS
|
|
|
|
specification. For hls_playlist_type of LIVE, EXT-X-PLAYLIST-TYPE tag is
|
|
|
|
omitted.
|