From 22a1eb90ab84d90027d166b376c114bf03431497 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Sat, 20 Jun 2020 21:27:49 -0700 Subject: [PATCH] Fix hls_list_size and delete_segments not working --- ffmpeg.go | 1 - 1 file changed, 1 deletion(-) diff --git a/ffmpeg.go b/ffmpeg.go index 73aa190c0..60b1945a7 100644 --- a/ffmpeg.go +++ b/ffmpeg.go @@ -159,7 +159,6 @@ func startFfmpeg(configuration Config) { "-hls_time " + strconv.Itoa(configuration.VideoSettings.ChunkLengthInSeconds), "-strftime 1", "-use_localtime 1", - "-hls_playlist_type event", "-hls_segment_filename " + path.Join(outputDir, "stream-%Y%m%d-%s.ts"), "-hls_flags delete_segments+program_date_time+temp_file", "-tune zerolatency",