diff options
author | Devaev Maxim <[email protected]> | 2019-09-28 05:22:45 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2019-09-28 05:41:31 +0300 |
commit | ebe1255921742fa0ed93c7f8eff7ddc7437025be (patch) | |
tree | 3dcdb2c75ad19b42ea279b03e64abcd8bc87f267 /configs/kvmd | |
parent | c16e4c953ca197951c77a1cbab14e435d282c72b (diff) |
v2 configs
Diffstat (limited to 'configs/kvmd')
-rw-r--r-- | configs/kvmd/main/v2-hdmi.conf | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/configs/kvmd/main/v2-hdmi.conf b/configs/kvmd/main/v2-hdmi.conf new file mode 100644 index 00000000..b5568ba6 --- /dev/null +++ b/configs/kvmd/main/v2-hdmi.conf @@ -0,0 +1,52 @@ +# Don't touch this file otherwise your device may stop working. +# Use override.yaml to modify required settings. +# You can find a working configuration in /usr/share/kvmd/configs.default/kvmd. + +override: !include override.yaml + +logging: !include logging.yaml + +kvmd: + server: + unix: /run/kvmd/kvmd.sock + unix_rm: true + unix_mode: 0660 + + auth: !include auth.yaml + + hid: + type: otg + keyboard: + device: /dev/kvmd/kvmd-hid-keyboard + + atx: + type: disabled + + msd: + type: disabled + + streamer: + desired_fps: 30 + max_fps: 60 + unix: /run/kvmd/ustreamer.sock + cmd: + - "/usr/bin/ustreamer" + - "--device=/dev/kvmd-video" + - "--persistent" + - "--dv-timings" + - "--format=uyvy" + - "--encoder=omx" + - "--glitched-resolutions=720x480,720x576" + - "--workers=3" + - "--quality={quality}" + - "--desired-fps={desired_fps}" + - "--drop-same-frames=30" + - "--last-as-blank=0" + - "--unix={unix}" + - "--unix-rm" + - "--unix-mode=0660" + - "--no-log-colors" + +ipmi: + kvmd: + unix: /run/kvmd/kvmd.sock |