janus: check file for aplay

This commit is contained in:
Maxim Devaev 2025-01-20 16:43:32 +02:00
parent b9af5f8825
commit 6dcc41601e
3 changed files with 6 additions and 2 deletions

View File

@ -94,7 +94,7 @@ depends=(
certbot
platform-io-access
raspberrypi-utils
"ustreamer>=6.24"
"ustreamer>=6.26"
# Systemd UDEV bug
"systemd>=248.3-2"

View File

@ -5,3 +5,7 @@ acap: {
device = "hw:tc358743,0"
tc358743 = "/dev/kvmd-video"
}
aplay: {
device = "plughw:UAC2Gadget,0"
check = "/run/kvmd/otg/uac2.usb0@meta.json"
}

View File

@ -108,7 +108,7 @@ EOF
fi
fi
if [[ "$(vercmp "$2" 4.45)" -lt 0 ]]; then
if [[ "$(vercmp "$2" 4.47)" -lt 0 ]]; then
cp /usr/share/kvmd/configs.default/janus/janus.plugin.ustreamer.jcfg /etc/kvmd/janus || true
fi