mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-27 21:02:23 +08:00
重写jitter buffer长度控制算法,提高webrtc/rtp抗丢包能力
This commit is contained in:
@@ -114,7 +114,7 @@ void RtpTrack::setNtpStamp(uint32_t rtp_stamp, uint64_t ntp_stamp_ms) {
|
||||
}
|
||||
}
|
||||
|
||||
void RtpTrack::setPT(uint8_t pt){
|
||||
void RtpTrack::setPayloadType(uint8_t pt) {
|
||||
_pt = pt;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user