One-KVM/configs/janus/janus.plugin.ustreamer.jcfg
mofeng-git 76ca81bbfd 修复音频错误
更新 janus 配置文件,将音频部分由 audio 重命名为 acap,与 ustreamer janus 插源代码保持一致。
2025-05-11 21:38:32 +08:00

8 lines
104 B
Plaintext

video: {
sink = "kvmd::ustreamer::h264"
}
acap: {
device = "hw:0"
tc358743 = "/dev/video0"
}