increase it further

This commit is contained in:
2026-02-23 17:54:27 +01:00
parent 6cabd1a75a
commit 915f2c7e58
+3 -3
View File
@@ -48,10 +48,10 @@ checkFFmpeg().then((ffmpegPath) => {
}
return [
"-fflags", "+nobuffer+flush_packets",
"-fflags", "+nobuffer",
"-flags", "low_delay",
"-rtbufsize", "2048",
"-probesize", "32",
"-rtbufsize", "4096",
"-probesize", "128",
...inputArgs,