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

2
.gitmodules vendored
View File

@ -1,7 +1,7 @@
[submodule "kasmweb"]
path = kasmweb
url = https://github.com/kasmtech/noVNC.git
branch = master
branch = video2
[submodule "kasmvnc-functional-tests"]
path = kasmvnc-functional-tests
url = git@gitlab.com:kasm-technologies/internal/kasmvnc-functional-tests.git

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 => [