mirror of
https://github.com/jech/galene.git
synced 2024-11-10 02:35:58 +01:00
Attempt to negotiate stereo Opus audio.
This commit is contained in:
parent
3bf0f9ef4c
commit
b660bc404c
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ func codecFromName(name string) (webrtc.RTPCodecCapability, error) {
|
||||||
case "opus":
|
case "opus":
|
||||||
return webrtc.RTPCodecCapability{
|
return webrtc.RTPCodecCapability{
|
||||||
"audio/opus", 48000, 2,
|
"audio/opus", 48000, 2,
|
||||||
"minptime=10;useinbandfec=1",
|
"minptime=10;useinbandfec=1;stereo=1;sprop-stereo=1",
|
||||||
nil,
|
nil,
|
||||||
}, nil
|
}, nil
|
||||||
case "g722":
|
case "g722":
|
||||||
|
|
Loading…
Reference in a new issue