Change ffmpeg transcoder from opus to opus/16000

This commit is contained in:
Alex X
2025-12-14 17:59:07 +03:00
parent 7119384184
commit 8636e96379
+1 -1
View File
@@ -96,7 +96,7 @@ func (p *Producer) newURL() string {
codec := receiver.Codec
switch codec.Name {
case core.CodecOpus:
s += "#audio=opus"
s += "#audio=opus/16000"
case core.CodecAAC:
s += "#audio=aac/16000"
case core.CodecPCML: