configurable desired_fps

This commit is contained in:
Devaev Maxim
2020-03-20 15:33:47 +03:00
parent 55307fe8da
commit 3cafcaf431
3 changed files with 16 additions and 11 deletions

View File

@@ -322,7 +322,8 @@ def _get_config_scheme() -> Dict:
},
"vnc": {
"keymap": Option("", type=valid_abs_path),
"desired_fps": Option(30, type=valid_stream_fps),
"keymap": Option("", type=valid_abs_path),
"server": {
"host": Option("::", type=valid_ip_or_host),