diff options
author | Devaev Maxim <[email protected]> | 2019-02-16 21:16:53 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2019-02-16 21:16:53 +0300 |
commit | 303715ee613fca518644df63c10be3c06d4bfa72 (patch) | |
tree | 05fa4600ba5873827e0d2871f6e6c2a702f7472d /configs/kvmd/platforms/kvmd.v1-hdmi.yaml | |
parent | 7d79f48fd87083ffe38158fc456cad4737ab0242 (diff) |
os configs
Diffstat (limited to 'configs/kvmd/platforms/kvmd.v1-hdmi.yaml')
-rw-r--r-- | configs/kvmd/platforms/kvmd.v1-hdmi.yaml | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/configs/kvmd/platforms/kvmd.v1-hdmi.yaml b/configs/kvmd/platforms/kvmd.v1-hdmi.yaml deleted file mode 100644 index ed5edb7d..00000000 --- a/configs/kvmd/platforms/kvmd.v1-hdmi.yaml +++ /dev/null @@ -1,41 +0,0 @@ -# Don't touch this file otherwise your device may stop working. -# You can find a working configuration in /usr/share/kvmd/configs.default/kvmd. - -kvmd: - server: - host: 127.0.0.1 - port: 8081 - - hid: - reset_pin: 4 - device: /dev/kvmd-hid - - atx: - power_led_pin: 24 - hdd_led_pin: 22 - power_switch_pin: 23 - reset_switch_pin: 27 - - msd: - target_pin: 12 - reset_pin: 13 - device: /dev/kvmd-msd - - streamer: - host: 127.0.0.1 - port: 8082 - cmd: - - "/usr/bin/ustreamer" - - "--device=/dev/kvmd-video" - - "--device-persistent" - - "--format=uyvy" - - "--encoder=omx" - - "--workers=3" - - "--quality={quality}" - - "--desired-fps={desired_fps}" - - "--dv-timings" - - "--host={host}" - - "--port={port}" - - "--drop-same-frames=30" - -logging: !include logging.yaml |