diff options
author | Maxim Devaev <[email protected]> | 2024-03-26 20:09:47 +0200 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2024-03-26 20:18:16 +0200 |
commit | 35173ff181a7c06c9bab9725f537a5277fa8d33c (patch) | |
tree | 9eababa1b15fdf6850094fd26045221c32393e48 | |
parent | e904bc467e611a0a6c70aa690de75b0d49543aed (diff) |
min ustreamer version == 6.8
-rw-r--r-- | PKGBUILD | 2 | ||||
-rw-r--r-- | configs/kvmd/main/v4plus-hdmi-rpi4.yaml | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -91,7 +91,7 @@ depends=( certbot platform-io-access raspberrypi-utils - "ustreamer>=6.5" + "ustreamer>=6.8" # Systemd UDEV bug "systemd>=248.3-2" diff --git a/configs/kvmd/main/v4plus-hdmi-rpi4.yaml b/configs/kvmd/main/v4plus-hdmi-rpi4.yaml index 576075a8..dffdaf63 100644 --- a/configs/kvmd/main/v4plus-hdmi-rpi4.yaml +++ b/configs/kvmd/main/v4plus-hdmi-rpi4.yaml @@ -39,6 +39,7 @@ kvmd: - "--persistent" - "--dv-timings" - "--format=uyvy" + - "--format-swap-rgb" - "--buffers=6" - "--encoder=m2m-image" - "--workers=3" |