summaryrefslogtreecommitdiff
path: root/configs/janus
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2025-01-20 16:43:32 +0200
committerMaxim Devaev <[email protected]>2025-01-20 16:43:32 +0200
commit6dcc41601e0dff5c81a5f8dde7e3cef3b20ac23d (patch)
tree733cee0e1413e5fdeef792397018b4f5d4d4a5d4 /configs/janus
parentb9af5f8825d4af964bb61f052b928e049709d7ed (diff)
janus: check file for aplay
Diffstat (limited to 'configs/janus')
-rw-r--r--configs/janus/janus.plugin.ustreamer.jcfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/janus/janus.plugin.ustreamer.jcfg b/configs/janus/janus.plugin.ustreamer.jcfg
index 242477da..d90f785f 100644
--- a/configs/janus/janus.plugin.ustreamer.jcfg
+++ b/configs/janus/janus.plugin.ustreamer.jcfg
@@ -5,3 +5,7 @@ acap: {
device = "hw:tc358743,0"
tc358743 = "/dev/kvmd-video"
}
+aplay: {
+ device = "plughw:UAC2Gadget,0"
+ check = "/run/kvmd/otg/[email protected]"
+}