mirror of
https://github.com/pion/mediadevices.git
synced 2025-09-26 20:41:46 +08:00
Align H265 payloadType in NewRTPH265Codec with RegisterDefaultCodecs (#631)
This commit is contained in:
@@ -48,7 +48,7 @@ func NewRTPH265Codec(clockrate uint32) *RTPCodec {
|
||||
SDPFmtpLine: "",
|
||||
RTCPFeedback: nil,
|
||||
},
|
||||
PayloadType: 125,
|
||||
PayloadType: 116,
|
||||
},
|
||||
Payloader: &codecs.H265Payloader{},
|
||||
}
|
||||
|
Reference in New Issue
Block a user