1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 22:13:53 +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 [
"-fflags", "+nobuffer+flush_packets",
"-fflags", "+nobuffer",
"-flags", "low_delay",
"-rtbufsize", "2048",
"-probesize", "32",
"-rtbufsize", "4096",
"-probesize", "128",
...inputArgs,