diff options
-rw-r--r-- | PKGBUILD | 2 | ||||
-rw-r--r-- | configs/janus/janus.plugin.ustreamer.jcfg | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -75,7 +75,7 @@ depends=( ipmitool "janus-gateway-pikvm>=0.11.2-7" platform-io-access - "ustreamer>=4.13" + "ustreamer>=5.8" # Systemd UDEV bug "systemd>=248.3-2" diff --git a/configs/janus/janus.plugin.ustreamer.jcfg b/configs/janus/janus.plugin.ustreamer.jcfg index 30b0e906..f93e77f0 100644 --- a/configs/janus/janus.plugin.ustreamer.jcfg +++ b/configs/janus/janus.plugin.ustreamer.jcfg @@ -1,3 +1,3 @@ -memsink: { - object = "kvmd::ustreamer::h264" +video: { + sink = "kvmd::ustreamer::h264" } |