update noVNC ref, add bitrate setting to yaml config

This commit is contained in:
Matt McClaskey 2024-11-12 20:24:12 +05:00 committed by El
parent bd0ed7638f
commit b5f33730da
No known key found for this signature in database
GPG key ID: 205388FEB607950A
3 changed files with 11 additions and 1 deletions

View file

@ -130,6 +130,7 @@ encoding:
level: off
scaling_algorithm: progressive_bilinear
webp_encoding_time: 30
bitrate: 300
compare_framebuffer: auto
zrle_zlib_level: auto

View file

@ -2097,6 +2097,15 @@ sub DefineConfigToCLIConversion {
})
]
}),
KasmVNC::CliOption->new({
name => 'VideoBitRate',
configKeys => [
KasmVNC::ConfigKey->new({
name => "encoding.video_encoding_mode.bitrate",
type => KasmVNC::ConfigKey::INT
})
]
}),
KasmVNC::CliOption->new({
name => 'CompareFB',
configKeys => [