mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
max h264 kbps is 2000
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user