1
0
Fork 0
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:
winlin 2021-02-11 13:39:43 +08:00
parent 9db7126eb4
commit f987198af0
3 changed files with 3 additions and 8 deletions

View file

@ -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();;
}