summaryrefslogtreecommitdiff
path: root/testenv
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2018-11-05 06:13:08 +0300
committerDevaev Maxim <[email protected]>2018-11-05 06:13:08 +0300
commit18a626a30c63367b97af74bc3e30fc6b75cc48dd (patch)
tree76443a01079bb809f03d88e4220bcb356afabc7e /testenv
parent4e49931a252ebd555ab523673c2c69808c20ab6a (diff)
soft fps limit
Diffstat (limited to 'testenv')
-rw-r--r--testenv/kvmd.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/testenv/kvmd.conf b/testenv/kvmd.conf
index d95871c3..8982fdb6 100644
--- a/testenv/kvmd.conf
+++ b/testenv/kvmd.conf
@@ -50,11 +50,13 @@ kvmd:
shutdown_delay: 10.0
quality: 80
+ soft_fps: 30
cmd:
- "/usr/bin/ustreamer"
- "--device=/dev/kvmd-streamer"
- "--quality={quality}"
+ - "--soft-fps={soft_fps}"
- "--width=800"
- "--height=600"
- "--host=0.0.0.0"