summaryrefslogtreecommitdiff
path: root/configs/kvmd/main/v0-hdmiusb-rpi3.yaml
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2020-07-26 20:12:44 +0300
committerDevaev Maxim <[email protected]>2020-07-26 20:12:44 +0300
commit409ec74a75d94c7f28adf356b762d5b0aa9047d6 (patch)
tree1d2103c0b7d16f43a0a371ffc3b2df4602d7c140 /configs/kvmd/main/v0-hdmiusb-rpi3.yaml
parentcebd94a9335c25373ab521b8477212a745735956 (diff)
hdmiusb for rpi2 and rpi3
Diffstat (limited to 'configs/kvmd/main/v0-hdmiusb-rpi3.yaml')
-rw-r--r--configs/kvmd/main/v0-hdmiusb-rpi3.yaml72
1 files changed, 72 insertions, 0 deletions
diff --git a/configs/kvmd/main/v0-hdmiusb-rpi3.yaml b/configs/kvmd/main/v0-hdmiusb-rpi3.yaml
new file mode 100644
index 00000000..879d304d
--- /dev/null
+++ b/configs/kvmd/main/v0-hdmiusb-rpi3.yaml
@@ -0,0 +1,72 @@
+# 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: disabled
+
+ streamer:
+ quality: 0
+ resolution: 1920x1080
+ available_resolutions:
+ - 1920x1080
+ - 1600x1200
+ - 1360x768
+ - 1280x1024
+ - 1280x960
+ - 1280x720
+ - 1024x768
+ - 800x600
+ - 720x576
+ - 720x480
+ - 640x480
+ unix: /run/kvmd/ustreamer.sock
+ cmd:
+ - "/usr/bin/ustreamer"
+ - "--device=/dev/kvmd-video"
+ - "--persistent"
+ - "--format=jpeg"
+ - "--resolution={resolution}"
+ - "--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}"
+ - "--notify-parent"
+ - "--no-log-colors"
+
+ipmi:
+ kvmd:
+ unix: /run/kvmd/kvmd.sock
+
+vnc:
+ kvmd:
+ unix: /run/kvmd/kvmd.sock
+
+ streamer:
+ unix: /run/kvmd/ustreamer.sock