1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-27 14:33:52 +01:00

increase it further

This commit is contained in:
2026-02-23 17:53:41 +01:00
parent 6cabd1a75a
commit 915f2c7e58

View File

@@ -48,10 +48,10 @@ checkFFmpeg().then((ffmpegPath) => {
} }
return [ return [
"-fflags", "+nobuffer+flush_packets", "-fflags", "+nobuffer",
"-flags", "low_delay", "-flags", "low_delay",
"-rtbufsize", "2048", "-rtbufsize", "4096",
"-probesize", "32", "-probesize", "128",
...inputArgs, ...inputArgs,