# 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: otg atx: type: gpio msd: type: otg streamer: h264_bitrate: default: 5000 cmd: - "/usr/bin/ustreamer" - "--device=/dev/kvmd-video" - "--persistent" - "--dv-timings" - "--format=uyvy" - "--encoder=omx" - "--workers=3" - "--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" - "--sink=kvmd::ustreamer::jpeg" - "--sink-mode=0660" - "--h264-sink=kvmd::ustreamer::h264" - "--h264-sink-mode=0660" - "--h264-bitrate={h264_bitrate}" - "--h264-gop={h264_gop}" vnc: memsink: jpeg: sink: "kvmd::ustreamer::jpeg" h264: sink: "kvmd::ustreamer::h264"