mirror of
https://github.com/jech/galene.git
synced 2024-11-09 18:25:58 +01:00
Fix profile-id for VP9.
This commit is contained in:
parent
fca24a3720
commit
e7b12442d1
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ func codecFromName(name string) (webrtc.RTPCodecCapability, error) {
|
||||||
case "vp9":
|
case "vp9":
|
||||||
return webrtc.RTPCodecCapability{
|
return webrtc.RTPCodecCapability{
|
||||||
"video/VP9", 90000, 0,
|
"video/VP9", 90000, 0,
|
||||||
"profile-id=2",
|
"profile-id=0",
|
||||||
nil,
|
nil,
|
||||||
}, nil
|
}, nil
|
||||||
case "h264":
|
case "h264":
|
||||||
|
|
Loading…
Reference in a new issue