diff options
author | Devaev Maxim <[email protected]> | 2018-08-24 07:13:40 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-08-24 07:13:40 +0300 |
commit | 52d2b8a3158f6bf8651c07b11a056ecf17f9e49c (patch) | |
tree | 02fd818cbac3cea05827bf7e304467df24b9234f /kvmd/testenv | |
parent | 0468100bba78f89743edf77a095aa24de5406dbb (diff) |
configurable stream resolution
Diffstat (limited to 'kvmd/testenv')
-rw-r--r-- | kvmd/testenv/kvmd.yaml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/kvmd/testenv/kvmd.yaml b/kvmd/testenv/kvmd.yaml index e1773847..1ad9e7f5 100644 --- a/kvmd/testenv/kvmd.yaml +++ b/kvmd/testenv/kvmd.yaml @@ -36,14 +36,15 @@ kvmd: init_restart_after: 1.0 shutdown_delay: 10.0 - size: - width: 800 - height: 600 + resolutions: + - 640x480 + - 800x600 + - 1024x768 cmd: - "/usr/bin/mjpg_streamer" - "-i" - - "input_uvc.so -d /dev/kvmd-streamer -e 2 -y -n -r {width}x{height}" + - "input_uvc.so -d /dev/kvmd-streamer -e 2 -y -n -r {resolution}" - "-o" - "output_http.so -l 0.0.0.0 -p 8082" |