mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Clock: Use one system wall clock
This commit is contained in:
parent
9db7126eb4
commit
f987198af0
3 changed files with 3 additions and 8 deletions
|
@ -1749,6 +1749,7 @@ void SrsRtcRecvTrack::update_rtt(int rtt)
|
|||
void SrsRtcRecvTrack::update_send_report_time(const SrsNtp& ntp)
|
||||
{
|
||||
last_sender_report_ntp = ntp;
|
||||
// TODO: FIXME: Use system wall clock.
|
||||
last_sender_report_sys_time = srs_update_system_time();;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue