mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-02 08:19:14 +02:00
add stereo to opus codec.
This commit is contained in:
parent
3c3042d691
commit
b793e5b377
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ func Opus() RTPCodec {
|
|||
MimeType: webrtc.MimeTypeOpus,
|
||||
ClockRate: 48000,
|
||||
Channels: 2,
|
||||
SDPFmtpLine: "useinbandfec=1",
|
||||
SDPFmtpLine: "useinbandfec=1;stereo=1",
|
||||
RTCPFeedback: []webrtc.RTCPFeedback{},
|
||||
},
|
||||
// https://gstreamer.freedesktop.org/documentation/opus/opusenc.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue