diff options
Diffstat (limited to 'configs/kvmd/main/v2-hdmi-rpi4.yaml')
-rw-r--r-- | configs/kvmd/main/v2-hdmi-rpi4.yaml | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/configs/kvmd/main/v2-hdmi-rpi4.yaml b/configs/kvmd/main/v2-hdmi-rpi4.yaml new file mode 100644 index 00000000..32904c20 --- /dev/null +++ b/configs/kvmd/main/v2-hdmi-rpi4.yaml @@ -0,0 +1,56 @@ +# 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 + + auth: !include auth.yaml + + hid: + type: otg + keyboard: + device: /dev/kvmd-hid-keyboard + mouse: + device: /dev/kvmd-hid-mouse + + atx: + type: gpio + power_led_pin: 24 + hdd_led_pin: 22 + power_switch_pin: 23 + reset_switch_pin: 27 + + msd: + type: otg + + streamer: + 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" + - "--exit-on-parent-death" + - "--process-name-prefix={process_name_prefix}" + - "--no-log-colors" + +ipmi: + kvmd: + unix: /run/kvmd/kvmd.sock |