diff options
author | Devaev Maxim <[email protected]> | 2019-07-13 04:52:19 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2019-07-13 04:52:19 +0300 |
commit | ad97aecaf4d043c59d018310b4d8f4852d30b6e0 (patch) | |
tree | 90f6fbcdacc9aefd54cd093a77d337f1fb4543c9 /testenv/main.yaml | |
parent | dfe58d81efcc14b4ff8a3e6e2204bfdcce7a620b (diff) |
new ustreamer and fps max
Diffstat (limited to 'testenv/main.yaml')
-rw-r--r-- | testenv/main.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testenv/main.yaml b/testenv/main.yaml index eaa2917b..f7ef220d 100644 --- a/testenv/main.yaml +++ b/testenv/main.yaml @@ -26,14 +26,15 @@ kvmd: cap_pin: 17 conv_pin: 18 init_restart_after: 1 + desired_fps: 30 + max_fps: 40 unix: /run/kvmd/ustreamer.sock cmd: - "/usr/bin/ustreamer" - "--device=/dev/kvmd-video" - "--quality={quality}" - "--desired-fps={desired_fps}" - - "--width=800" - - "--height=600" + - "--resolution=800x600" - "--unix={unix}" - "--unix-rm" - "--unix-mode=0666" |