diff options
author | Devaev Maxim <[email protected]> | 2018-07-13 02:21:05 +0000 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-07-13 02:21:05 +0000 |
commit | 796d35ed3b1688c3e4aef1984439291c4565a4aa (patch) | |
tree | 6646b6f6c3e08e32ec06517e0eb6825f5976ea59 | |
parent | 7b6b3aafd5fbeeb0cbe5e203cb8ec42dd71bac93 (diff) |
hack for correct screen resolution
-rw-r--r-- | kvmd/configs/kvmd/v1.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kvmd/configs/kvmd/v1.yaml b/kvmd/configs/kvmd/v1.yaml index 75a1a5b6..b6dd033d 100644 --- a/kvmd/configs/kvmd/v1.yaml +++ b/kvmd/configs/kvmd/v1.yaml @@ -36,13 +36,13 @@ kvmd: shutdown_delay: 10.0 size: - width: 720 - height: 576 + width: 800 + height: 600 cmd: - "/usr/bin/mjpg_streamer" - "-i" - - "input_uvc.so -d /dev/kvmd-streamer -e 2 -t pal -y -n -r {width}x{height}" + - "input_uvc.so -d /dev/kvmd-streamer -e 2 -t pal -y -n -r 720x576" - "-o" - "output_http.so -l localhost -p 8082" |