From 7aca2b2d6d5f058fa48b5bacc9b32d0dce0231a3 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Fri, 9 Feb 2024 16:23:24 +0100 Subject: [PATCH] Remove segment delta --- transcoder/src/stream.go | 1 - 1 file changed, 1 deletion(-) diff --git a/transcoder/src/stream.go b/transcoder/src/stream.go index 49e26581..cb577441 100644 --- a/transcoder/src/stream.go +++ b/transcoder/src/stream.go @@ -124,7 +124,6 @@ func (ts *Stream) run(start int32) error { args = append(args, ts.handle.getTranscodeArgs(segments_str)...) args = append(args, []string{ "-f", "segment", - "-segment_time_delta", "0.2", "-segment_format", "mpegts", "-segment_times", segments_str, "-segment_start_number", fmt.Sprint(start),