forked from External/mediamtx
webrtc: fix supported AV1 profiles (#3442)
This commit is contained in:
parent
d7bc304e52
commit
44953c8e05
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ var incomingVideoCodecs = []webrtc.RTPCodecParameters{
|
||||||
RTPCodecCapability: webrtc.RTPCodecCapability{
|
RTPCodecCapability: webrtc.RTPCodecCapability{
|
||||||
MimeType: webrtc.MimeTypeAV1,
|
MimeType: webrtc.MimeTypeAV1,
|
||||||
ClockRate: 90000,
|
ClockRate: 90000,
|
||||||
SDPFmtpLine: "profile-id=1",
|
SDPFmtpLine: "profile=1",
|
||||||
},
|
},
|
||||||
PayloadType: 96,
|
PayloadType: 96,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue