summaryrefslogtreecommitdiff
path: root/configs/janus
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2022-11-29 16:10:09 +0300
committerMaxim Devaev <[email protected]>2022-11-29 16:10:09 +0300
commita40dc5386064269cf36db92aa3b10e607669b3bc (patch)
treee4f0b95ea59d4a7ed627862875160dc92b6443bd /configs/janus
parent0e9b87ad6101582bd5f7542e60535ee602e11dd6 (diff)
janus: enabled audio by default
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 f93e77f0..6aadcf67 100644
--- a/configs/janus/janus.plugin.ustreamer.jcfg
+++ b/configs/janus/janus.plugin.ustreamer.jcfg
@@ -1,3 +1,7 @@
video: {
sink = "kvmd::ustreamer::h264"
}
+audio: {
+ device = "hw:0,0"
+ tc358743 = "/dev/kvmd-video"
+}