hack for correct screen resolution

This commit is contained in:
Devaev Maxim 2018-07-13 02:21:05 +00:00
parent 7b6b3aafd5
commit 796d35ed3b

View File

@ -36,13 +36,13 @@ kvmd:
shutdown_delay: 10.0 shutdown_delay: 10.0
size: size:
width: 720 width: 800
height: 576 height: 600
cmd: cmd:
- "/usr/bin/mjpg_streamer" - "/usr/bin/mjpg_streamer"
- "-i" - "-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" - "-o"
- "output_http.so -l localhost -p 8082" - "output_http.so -l localhost -p 8082"