Control Default Playlist Creation
Default Playlist Creation Settings
If you wish to control the creation of the default Playlist (llhls, playlist, webrtc) for each playback protocol (Low Latency HLS, HLS, WebRTC). You can use the <CreateDefaultPlaylist>
option to manage the system more easily.
Configure in Server.xml
under <Publishers><LLHLS><CreateDefaultPlaylist>
(or <Publishers><HLS><CreateDefaultPlaylist>
, or <Publishers><WebRTC><CreateDefaultPlaylist>
) as follows:
Element
Value
Description
CreateDefaultPlaylsit
true | false * Default: ture
Setting <CreateDefaultPlaylist>
to false
within each Publisher will prevent the creation of the default Playlist.
Last updated