mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 03:41:55 +00:00
WebRTC: Eliminate unused debugging log.
This commit is contained in:
parent
386b92e9ab
commit
8bd8c1146d
1 changed files with 1 additions and 1 deletions
|
@ -2663,7 +2663,7 @@ void SrsRtcSendTrack::rebuild_packet(SrsRtpPacket* pkt)
|
||||||
uint32_t ts = pkt->header.get_timestamp();
|
uint32_t ts = pkt->header.get_timestamp();
|
||||||
pkt->header.set_timestamp(jitter_ts_->correct(ts));
|
pkt->header.set_timestamp(jitter_ts_->correct(ts));
|
||||||
|
|
||||||
srs_warn("RTC: Correct %s seq=%u/%u, ts=%u/%u", track_desc_->type_.c_str(), seq, pkt->header.get_sequence(), ts, pkt->header.get_timestamp());
|
srs_info("RTC: Correct %s seq=%u/%u, ts=%u/%u", track_desc_->type_.c_str(), seq, pkt->header.get_sequence(), ts, pkt->header.get_timestamp());
|
||||||
}
|
}
|
||||||
|
|
||||||
srs_error_t SrsRtcSendTrack::on_nack(SrsRtpPacket** ppkt)
|
srs_error_t SrsRtcSendTrack::on_nack(SrsRtpPacket** ppkt)
|
||||||
|
|
Loading…
Reference in a new issue