rtsp player trust sdp pt ,ingore other pt compatible hik nvr record

This commit is contained in:
xiongguangjie
2022-07-17 00:26:07 +08:00
parent 7db7d5bec0
commit 3eaf7897a7
4 changed files with 14 additions and 1 deletions

View File

@@ -114,6 +114,10 @@ void RtpTrack::setNtpStamp(uint32_t rtp_stamp, uint64_t ntp_stamp_ms) {
}
}
void RtpTrack::setPT(uint8_t pt){
_pt = pt;
}
////////////////////////////////////////////////////////////////////////////////////
void RtpTrackImp::setOnSorted(OnSorted cb) {