janus: use symbolic soundcard name

This commit is contained in:
Maxim Devaev 2024-12-27 05:43:54 +02:00
parent aae529f40b
commit 6c5f0bf09f

View File

@ -2,6 +2,6 @@ video: {
sink = "kvmd::ustreamer::h264" sink = "kvmd::ustreamer::h264"
} }
audio: { audio: {
device = "hw:0,0" device = "hw:tc358743,0"
tc358743 = "/dev/kvmd-video" tc358743 = "/dev/kvmd-video"
} }