2017-09-06 20:57:07 +00:00
|
|
|
HLS specific stream descriptor fields
|
|
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
:hls_name:
|
|
|
|
|
2017-10-17 17:59:58 +00:00
|
|
|
Used for HLS audio to set the NAME attribute for EXT-X-MEDIA.
|
|
|
|
Defaults to the base of the playlist name.
|
2017-09-06 20:57:07 +00:00
|
|
|
|
|
|
|
:hls_group_id:
|
|
|
|
|
2017-10-17 17:59:58 +00:00
|
|
|
Used for HLS audio to set the GROUP-ID attribute for EXT-X-MEDIA.
|
|
|
|
Defaults to 'audio' if not specified.
|
2017-09-06 20:57:07 +00:00
|
|
|
|
|
|
|
:playlist_name:
|
|
|
|
|
2017-12-20 18:25:58 +00:00
|
|
|
The HLS playlist file to create. Usually ends with '.m3u8', and is
|
|
|
|
relative to hls_master_playlist_output (see below). If unspecified,
|
|
|
|
defaults to something of the form 'stream_0.m3u8', 'stream_1.m3u8',
|
|
|
|
'stream_2.m3u8', etc.
|
2018-02-01 20:27:30 +00:00
|
|
|
|
|
|
|
:iframe_playlist_name:
|
|
|
|
|
|
|
|
The optional HLS I-Frames only playlist file to create. Usually ends with
|
|
|
|
'.m3u8', and is relative to hls_master_playlist_output (see below). Should
|
|
|
|
only be set for video streams. If unspecified, no I-Frames only playlist is
|
|
|
|
created.
|