mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2026-07-17 16:36:49 +00:00
update noVNC ref, add bitrate setting to yaml config
This commit is contained in:
parent
bd0ed7638f
commit
b5f33730da
3 changed files with 11 additions and 1 deletions
|
|
@ -130,6 +130,7 @@ encoding:
|
|||
level: off
|
||||
scaling_algorithm: progressive_bilinear
|
||||
webp_encoding_time: 30
|
||||
bitrate: 300
|
||||
|
||||
compare_framebuffer: auto
|
||||
zrle_zlib_level: auto
|
||||
|
|
|
|||
|
|
@ -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 => [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue