summaryrefslogtreecommitdiff
path: root/configs/kvmd/platforms/kvmd.v1-vga.yaml
blob: 05c1234d67ab9c56ddcf84d6ba2e13252e9b59b8 (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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# Don't touch this file otherwise your device may stop working.
# You can find a workable configuration in /usr/share/kvmd/configs.default/kvmd.

kvmd:
    server:
        host: 127.0.0.1
        port: 8081
        heartbeat: 3.0

    info:
        meta: /etc/kvmd/meta.yaml
        extras: /usr/share/kvmd/extras

    hid:
        pinout:
            reset: 4

        device: /dev/ttyAMA0
        speed: 115200
        reset_delay: 0.1

    atx:
        pinout:
            power_led: 24
            hdd_led: 22
            power_switch: 23
            reset_switch: 27

        click_delay: 0.1
        long_click_delay: 5.5
        state_poll: 0.1

    msd:
        pinout:
            target: 12
            reset: 13

        device: "/dev/kvmd-msd"
        init_delay: 2.0
        reset_delay: 1.0
        write_meta: true
        chunk_size: 65536

    streamer:
        pinout:
            cap: 17
            conv: 18

        sync_delay: 1.0
        init_delay: 1.0
        init_restart_after: 1.0
        shutdown_delay: 10.0
        state_poll: 1.0

        quality: 80
        desired_fps: 0

        host: 127.0.0.1
        port: 8082
        timeout: 2.0

        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"
            - "--host={host}"
            - "--port={port}"

logging: !include logging.yaml