mirror of
https://github.com/bluenviron/mediamtx
synced 2025-02-19 04:56:53 +00:00
webrtc: fix supported AV1 profiles (#3442)
This commit is contained in:
parent
d7bc304e52
commit
44953c8e05
@ -29,7 +29,7 @@ var incomingVideoCodecs = []webrtc.RTPCodecParameters{
|
||||
RTPCodecCapability: webrtc.RTPCodecCapability{
|
||||
MimeType: webrtc.MimeTypeAV1,
|
||||
ClockRate: 90000,
|
||||
SDPFmtpLine: "profile-id=1",
|
||||
SDPFmtpLine: "profile=1",
|
||||
},
|
||||
PayloadType: 96,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user