diff options
author | Devaev Maxim <[email protected]> | 2019-07-14 05:11:56 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2019-07-14 05:11:56 +0300 |
commit | 66e30489a5d2f491ba6c6ef9802a94a75cfe43d5 (patch) | |
tree | 5622443aade297d51104d18e863f578c8df9791d /configs | |
parent | 0f844b7ac9c8a559f809308e44302661be753a60 (diff) |
config: set hdmi fps params
Diffstat (limited to 'configs')
-rw-r--r-- | configs/kvmd/main/v0-hdmi.yaml | 2 | ||||
-rw-r--r-- | configs/kvmd/main/v1-hdmi.yaml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/configs/kvmd/main/v0-hdmi.yaml b/configs/kvmd/main/v0-hdmi.yaml index 43babe0b..142ba21e 100644 --- a/configs/kvmd/main/v0-hdmi.yaml +++ b/configs/kvmd/main/v0-hdmi.yaml @@ -28,6 +28,8 @@ kvmd: enabled: false streamer: + desired_fps: 30 + max_fps: 60 unix: /run/kvmd/ustreamer.sock cmd: - "/usr/bin/ustreamer" diff --git a/configs/kvmd/main/v1-hdmi.yaml b/configs/kvmd/main/v1-hdmi.yaml index 84ace7e1..9836e1e5 100644 --- a/configs/kvmd/main/v1-hdmi.yaml +++ b/configs/kvmd/main/v1-hdmi.yaml @@ -30,6 +30,8 @@ kvmd: device: /dev/kvmd-msd streamer: + desired_fps: 30 + max_fps: 60 unix: /run/kvmd/ustreamer.sock cmd: - "/usr/bin/ustreamer" |