max h264 kbps is 2000

This commit is contained in:
Maxim Devaev
2022-03-15 19:25:12 +03:00
parent 9346169271
commit a140f11b1b
4 changed files with 4 additions and 4 deletions

View File

@@ -432,7 +432,7 @@ def _get_config_scheme() -> Dict:
"h264_bitrate": {
"default": Option(0, type=valid_stream_h264_bitrate, if_empty=0, unpack_as="h264_bitrate"),
"min": Option(25, type=valid_stream_h264_bitrate, unpack_as="h264_bitrate_min"),
"max": Option(25000, type=valid_stream_h264_bitrate, unpack_as="h264_bitrate_max"),
"max": Option(20000, type=valid_stream_h264_bitrate, unpack_as="h264_bitrate_max"),
},
"h264_gop": {