diff options
author | Devaev Maxim <[email protected]> | 2019-11-08 17:20:06 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2019-11-08 17:20:06 +0300 |
commit | 976130bcd9ba2822428f5358efe5e9395b89a55f (patch) | |
tree | ab0380b7ffbc18a98a9c08c39324ebf4d6a69941 /configs/kvmd/main/v1-hdmi.yaml | |
parent | fa40676136483dd287caf5df324ca429e5adbace (diff) |
zerow configs
Diffstat (limited to 'configs/kvmd/main/v1-hdmi.yaml')
-rw-r--r-- | configs/kvmd/main/v1-hdmi.yaml | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/configs/kvmd/main/v1-hdmi.yaml b/configs/kvmd/main/v1-hdmi.yaml deleted file mode 100644 index f24bfccf..00000000 --- a/configs/kvmd/main/v1-hdmi.yaml +++ /dev/null @@ -1,57 +0,0 @@ -# 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: serial - reset_pin: 4 - device: /dev/kvmd-hid - - atx: - type: gpio - power_led_pin: 24 - hdd_led_pin: 22 - power_switch_pin: 23 - reset_switch_pin: 27 - - msd: - type: relay - target_pin: 12 - reset_pin: 13 - device: /dev/kvmd-msd - - 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 |