修复音频错误

更新 janus 配置文件,将音频部分由 audio 重命名为 acap,与 ustreamer janus 插源代码保持一致。
This commit is contained in:
mofeng-git 2025-05-11 21:38:32 +08:00
parent ed7b2e5b33
commit 76ca81bbfd

View File

@ -1,7 +1,7 @@
video: {
sink = "kvmd::ustreamer::h264"
}
audio: {
acap: {
device = "hw:0"
tc358743 = "/dev/video0"
}