From 303715ee613fca518644df63c10be3c06d4bfa72 Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Sat, 16 Feb 2019 21:16:53 +0300 Subject: os configs --- configs/kvmd/main/v1-hdmi.yaml | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 configs/kvmd/main/v1-hdmi.yaml (limited to 'configs/kvmd/main/v1-hdmi.yaml') diff --git a/configs/kvmd/main/v1-hdmi.yaml b/configs/kvmd/main/v1-hdmi.yaml new file mode 100644 index 00000000..ed5edb7d --- /dev/null +++ b/configs/kvmd/main/v1-hdmi.yaml @@ -0,0 +1,41 @@ +# 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 -- cgit v1.2.3