add length paramter

This commit is contained in:
Jonathan Baecker 2019-10-31 17:25:35 +01:00
parent 95ca5d7859
commit ece2411624

View File

@ -88,10 +88,12 @@ live_protocols = ["http", "https", "ftp", "rtmp", "rtmpe", "rtmps", "rtp", "rtsp
; "/playlists/2018/01" (/playlists/year/month) ; "/playlists/2018/01" (/playlists/year/month)
; day_start means at which time the playlist should start ; day_start means at which time the playlist should start
; leave day_start blank when playlist should always start at the begin ; leave day_start blank when playlist should always start at the begin
; length represent the target length from playlist, when is blank real length will not consider
[PLAYLIST] [PLAYLIST]
playlist_mode = True playlist_mode = True
path = /playlists path = /playlists
day_start = 05:59:25.000 day_start = 05:59:25.000
length = 24:00:00
; play ordered or ramdomly files from path ; play ordered or ramdomly files from path