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:
parent
4895770214
commit
e9af081f7b
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue