mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-14 12:05:58 +08:00
rtsp player trust sdp pt ,ingore other pt compatible hik nvr record
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user