blob: 80e82bb973ed64fba86927cdf3292ade96e7d6c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
# Don't touch this file otherwise your device may stop working.
# You can find a working configuration in /usr/share/kvmd/configs.default/kvmd.
logging: !include logging.yaml
kvmd:
server:
unix: /run/kvmd/kvmd.sock
unix_rm: true
unix_mode: 0660
auth: !include auth.yaml
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:
cap_pin: 17
conv_pin: 18
init_restart_after: 1
unix: /run/kvmd/ustreamer.sock
cmd:
- "/usr/bin/ustreamer"
- "--device=/dev/kvmd-video"
- "--tv-standard=pal"
- "--format=yuyv"
- "--encoder=cpu"
- "--quality={quality}"
- "--desired-fps={desired_fps}"
- "--width=720"
- "--height=576"
- "--fake-width=800"
- "--fake-height=600"
- "--unix={unix}"
- "--unix-rm"
- "--unix-mode=0660"
ipmi:
kvmd:
unix: /run/kvmd/kvmd.sock
|