#44 添加 docker 网页音频支持

使用作者修改版 ustreamer
H.264/WebRTC 模式下音频可用
H.264/WebRTC 模式下网页录制视频包含音频
This commit is contained in:
mofeng-git
2024-11-05 02:12:00 +00:00
parent 1a13760df0
commit 0751b519c2
3 changed files with 11 additions and 2 deletions

View File

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