enable v4p by default

This commit is contained in:
Maxim Devaev
2024-08-19 00:43:32 +03:00
parent d7675cdf23
commit abedace4b3
6 changed files with 10 additions and 22 deletions

View File

@@ -31,6 +31,7 @@ kvmd:
type: otg
streamer:
forever: true
h264_bitrate:
default: 5000
cmd:
@@ -38,10 +39,10 @@ kvmd:
- "--device=/dev/kvmd-video"
- "--persistent"
- "--dv-timings"
- "--format=uyvy"
- "--format=rgb24"
- "--format-swap-rgb"
- "--buffers=8"
- "--encoder=m2m-image"
- "--encoder=cpu"
- "--workers=3"
- "--quality={quality}"
- "--desired-fps={desired_fps}"
@@ -59,6 +60,7 @@ kvmd:
- "--h264-sink-mode=0660"
- "--h264-bitrate={h264_bitrate}"
- "--h264-gop={h264_gop}"
- "--v4p"
gpio:
drivers:

View File

@@ -1,15 +0,0 @@
[Unit]
Description=PiKVM - Video Passthrough on V4 Plus
Wants=dev-kvmd\x2dvideo.device
After=dev-kvmd\x2dvideo.device systemd-modules-load.service
[Service]
Type=simple
Restart=always
RestartSec=3
ExecStart=/usr/bin/ustreamer-v4p --unix-follow /run/kvmd/ustreamer.sock
TimeoutStopSec=10
[Install]
WantedBy=multi-user.target

View File

@@ -2,7 +2,7 @@
Description=PiKVM - EDID loader for TC358743
Wants=dev-kvmd\x2dvideo.device
After=dev-kvmd\x2dvideo.device systemd-modules-load.service
Before=kvmd.service kvmd-pass.service
Before=kvmd.service
[Service]
Type=oneshot