Commit 3f3b2459 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Fix profile-id for VP9.

parent c18ec32c
...@@ -142,7 +142,7 @@ func codecFromName(name string) (webrtc.RTPCodecCapability, error) { ...@@ -142,7 +142,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":
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment