Skip to content

Commit

Permalink
remove unsupported video codec from codecs
Browse files Browse the repository at this point in the history
  • Loading branch information
tyohan committed Jan 18, 2025
1 parent 013e6f1 commit e581b2e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions codec.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,16 +80,6 @@ var (
RTPCodecCapability: webrtc.RTPCodecCapability{webrtc.MimeTypeRTX, 90000, 0, "apt=39", nil},
PayloadType: 40,
},

{
RTPCodecCapability: webrtc.RTPCodecCapability{webrtc.MimeTypeAV1, 90000, 0, "", videoRTCPFeedback},
PayloadType: 45,
},
{
RTPCodecCapability: webrtc.RTPCodecCapability{webrtc.MimeTypeRTX, 90000, 0, "apt=45", nil},
PayloadType: 46,
},

{
RTPCodecCapability: webrtc.RTPCodecCapability{webrtc.MimeTypeVP9, 90000, 0, "profile-id=0", videoRTCPFeedback},
PayloadType: 98,
Expand Down

0 comments on commit e581b2e

Please sign in to comment.