Update playlist_name docs (#307)

Make it clear that shaka packager will create the playlist file.

#305
This commit is contained in:
Michael Stillwell 2017-12-20 18:25:58 +00:00 committed by Kongqun Yang
parent feeb7361ff
commit a8f46fcd2e
2 changed files with 5 additions and 4 deletions

View File

@ -13,6 +13,7 @@ HLS specific stream descriptor fields
:playlist_name: :playlist_name:
Used for HLS to name the playlist for the stream. Usually ends The HLS playlist file to create. Usually ends with '.m3u8', and is
with '.m3u8'. If unspecified, defaults to something of the form relative to hls_master_playlist_output (see below). If unspecified,
'stream_0.m3u8', 'stream_1.m3u8', 'stream_2.m3u8', etc. defaults to something of the form 'stream_0.m3u8', 'stream_1.m3u8',
'stream_2.m3u8', etc.

View File

@ -96,7 +96,7 @@ const char kUsage[] =
" EXT-X-MEDIA. Defaults to the base of the playlist name.\n" " EXT-X-MEDIA. Defaults to the base of the playlist name.\n"
" - hls_group_id: Used for HLS audio to set the GROUP-ID attribute for\n" " - hls_group_id: Used for HLS audio to set the GROUP-ID attribute for\n"
" EXT-X-MEDIA. Defaults to 'audio' if not specified.\n" " EXT-X-MEDIA. Defaults to 'audio' if not specified.\n"
" - playlist_name: Used for HLS to name the playlist for the stream.\n" " - playlist_name: Used for HLS video. The name of the playlist to create.\n"
" Usually ends with '.m3u8'. If unspecified, defaults to something of\n" " Usually ends with '.m3u8'. If unspecified, defaults to something of\n"
" the form 'stream_0.m3u8', 'stream_1.m3u8', 'stream_2.m3u8', etc.\n"; " the form 'stream_0.m3u8', 'stream_1.m3u8', 'stream_2.m3u8', etc.\n";