1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 14:11:59 +01:00

increase buffer

This commit is contained in:
2026-02-23 17:52:46 +01:00
parent 028cd2e587
commit 6cabd1a75a
2 changed files with 3 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ checkFFmpeg().then((ffmpegPath) => {
return [
"-fflags", "+nobuffer+flush_packets",
"-flags", "low_delay",
"-rtbufsize", "32",
"-rtbufsize", "2048",
"-probesize", "32",
...inputArgs,