diff --git a/KfChatDotNetBot/Services/StreamCapture.cs b/KfChatDotNetBot/Services/StreamCapture.cs index ccbc66d..7d95274 100644 --- a/KfChatDotNetBot/Services/StreamCapture.cs +++ b/KfChatDotNetBot/Services/StreamCapture.cs @@ -121,7 +121,7 @@ public class StreamCapture(string streamUrl, StreamCaptureMethods captureMethod, } captureLine = $"{captureOverrides?.CaptureStreamlinkBinaryPath ?? _settings[BuiltIn.Keys.CaptureStreamlinkBinaryPath].Value} {twitchOpts} " + $"--output \"{captureOverrides?.CaptureStreamlinkOutputFormat ?? _settings[BuiltIn.Keys.CaptureStreamlinkOutputFormat].Value}\" " + - $"--retry-streams 15 --retry-max 10 {streamUrl} best"; + $"--retry-streams 15 --retry-max 10 --hls-segment-queue-threshold 0 {streamUrl} best"; } else {