summaryrefslogtreecommitdiff
path: root/configs/kvmd/main/v0-hdmi-zerow.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'configs/kvmd/main/v0-hdmi-zerow.yaml')
-rw-r--r--configs/kvmd/main/v0-hdmi-zerow.yaml41
1 files changed, 0 insertions, 41 deletions
diff --git a/configs/kvmd/main/v0-hdmi-zerow.yaml b/configs/kvmd/main/v0-hdmi-zerow.yaml
deleted file mode 100644
index 4bfccdb2..00000000
--- a/configs/kvmd/main/v0-hdmi-zerow.yaml
+++ /dev/null
@@ -1,41 +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.d, override.yaml]
-
-logging: !include logging.yaml
-
-kvmd:
- auth: !include auth.yaml
-
- hid:
- type: serial
-
- atx:
- type: gpio
-
- msd:
- type: disabled
-
- streamer:
- quality: 50
- cmd:
- - "/usr/bin/ustreamer"
- - "--device=/dev/kvmd-video"
- - "--persistent"
- - "--dv-timings"
- - "--format=uyvy"
- - "--encoder=omx"
- - "--workers=1"
- - "--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}"
- - "--notify-parent"
- - "--no-log-colors"