1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-11-08 17:55:59 +01:00

Fix profile-id for VP9.

This commit is contained in:
Juliusz Chroboczek 2021-05-13 12:59:47 +02:00
parent fca24a3720
commit e7b12442d1

View file

@ -139,7 +139,7 @@ func codecFromName(name string) (webrtc.RTPCodecCapability, error) {
case "vp9":
return webrtc.RTPCodecCapability{
"video/VP9", 90000, 0,
"profile-id=2",
"profile-id=0",
nil,
}, nil
case "h264":