mirror of
https://github.com/m1k1o/neko.git
synced 2025-07-24 20:17:58 +02:00
fix stereo for chormium browsers.
This commit is contained in:
parent
1509521129
commit
ccc1df936d
3 changed files with 6 additions and 1 deletions
|
@ -118,7 +118,7 @@ func Opus() RTPCodec {
|
|||
MimeType: webrtc.MimeTypeOpus,
|
||||
ClockRate: 48000,
|
||||
Channels: 2,
|
||||
SDPFmtpLine: "useinbandfec=1",
|
||||
SDPFmtpLine: "useinbandfec=1;stereo=1",
|
||||
RTCPFeedback: []webrtc.RTCPFeedback{},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue