mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 09:10:30 +08:00
40 lines
1.0 KiB
YAML
40 lines
1.0 KiB
YAML
# 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:
|
|
cmd:
|
|
- "/usr/bin/ustreamer"
|
|
- "--device=/dev/kvmd-video"
|
|
- "--persistent"
|
|
- "--dv-timings"
|
|
- "--format=uyvy"
|
|
- "--encoder=m2m-image"
|
|
- "--workers=3"
|
|
- "--quality={quality}"
|
|
- "--desired-fps={desired_fps}"
|
|
- "--drop-same-frames=30"
|
|
- "--unix={unix}"
|
|
- "--unix-rm"
|
|
- "--unix-mode=0660"
|
|
- "--exit-on-parent-death"
|
|
- "--process-name-prefix={process_name_prefix}"
|
|
- "--notify-parent"
|
|
- "--no-log-colors"
|