fix(server): h264 and hevc not respecting max bitrate (#3052)

* added `-bufsize` flag

* updated test
This commit is contained in:
Mert
2023-06-30 21:48:05 -04:00
committed by GitHub
parent 615893be38
commit b1fcf02d13
2 changed files with 9 additions and 1 deletions

View File

@@ -396,6 +396,7 @@ describe(MediaService.name, () => {
'-preset ultrafast',
'-crf 23',
'-maxrate 4500k',
'-bufsize 9000k',
],
twoPass: false,
},