diff options
author | Devaev Maxim <[email protected]> | 2018-09-28 05:06:23 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-09-28 06:13:38 +0300 |
commit | 054f8e44dbc49a458d22a1d8d5a588a9a831761c (patch) | |
tree | 2d67b1ac32b4e8a43e69bd6d2c5bf6ab1fda787f /testenv/kvmd.yaml | |
parent | 8fd196bde84c1b396f54cd670e2767d1ed4068ee (diff) |
some fixes for ustreamer
Diffstat (limited to 'testenv/kvmd.yaml')
-rw-r--r-- | testenv/kvmd.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testenv/kvmd.yaml b/testenv/kvmd.yaml index a94dcb2b..4b1a05cc 100644 --- a/testenv/kvmd.yaml +++ b/testenv/kvmd.yaml @@ -41,7 +41,7 @@ kvmd: cmd: - "/usr/bin/ustreamer" - "--device=/dev/kvmd-streamer" - - "--jpeg-quality={quality}" + - "--quality={quality}" - "--width=800" - "--height=600" - "--host=0.0.0.0" |