diff options
author | Devaev Maxim <[email protected]> | 2018-11-05 06:13:08 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-11-05 06:13:08 +0300 |
commit | 18a626a30c63367b97af74bc3e30fc6b75cc48dd (patch) | |
tree | 76443a01079bb809f03d88e4220bcb356afabc7e /configs | |
parent | 4e49931a252ebd555ab523673c2c69808c20ab6a (diff) |
soft fps limit
Diffstat (limited to 'configs')
-rw-r--r-- | configs/kvmd/v1-hdmi.conf | 2 | ||||
-rw-r--r-- | configs/kvmd/v1-vga.conf | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/configs/kvmd/v1-hdmi.conf b/configs/kvmd/v1-hdmi.conf index 5d184764..aa70a99b 100644 --- a/configs/kvmd/v1-hdmi.conf +++ b/configs/kvmd/v1-hdmi.conf @@ -51,6 +51,7 @@ kvmd: shutdown_delay: 10.0 quality: 20 + soft_fps: 30 cmd: - "/usr/bin/ustreamer" @@ -59,6 +60,7 @@ kvmd: - "--format=uyvy" - "--encoder=omx" - "--quality={quality}" + - "--soft-fps={soft_fps}" - "--dv-timings" - "--host=127.0.0.1" - "--port=8082" diff --git a/configs/kvmd/v1-vga.conf b/configs/kvmd/v1-vga.conf index 221852e0..cec63f69 100644 --- a/configs/kvmd/v1-vga.conf +++ b/configs/kvmd/v1-vga.conf @@ -51,6 +51,7 @@ kvmd: shutdown_delay: 10.0 quality: 80 + soft_fps: 30 cmd: - "/usr/bin/ustreamer" @@ -59,6 +60,7 @@ kvmd: - "--format=yuyv" - "--encoder=cpu" - "--quality={quality}" + - "--soft-fps={soft_fps}" - "--width=720" - "--height=576" - "--fake-width=800" |