1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

RTC: Revert not required modifications

This commit is contained in:
忘篱 2020-05-17 20:35:53 +08:00
parent 4895770214
commit e9af081f7b
2 changed files with 2 additions and 2 deletions

View file

@ -234,7 +234,7 @@ void SrsRtpNackForReceiver::check_queue_size()
void SrsRtpNackForReceiver::get_nack_seqs(vector<uint16_t>& seqs)
{
srs_utime_t now = srs_get_system_time();
srs_utime_t now = srs_update_system_time();
srs_utime_t interval = now - pre_check_time_;
if (interval < opts_.nack_interval / 2) {
return;