Re: [webrtc-stats] Interframe delay stat for video receive stream. (#229)

Sorry I just inspected lastPacketReceivedTimestamp on tip-of-tree and while it does increase correctly (goes up by one every second as long as it is receiving packets), it has a different offset than the RTCStats::timestamp. So the new Date(stats.lastPacketReceivedTimestamp) results in a time that is not comparable to new Date()... this is a bug (not sure if it regressed recently or if it was always wrong offset, I seem to recall that it was working when it was added but not sure now), I filed https://crbug.com/webrtc/10919

-- 
GitHub Notification of comment by henbos
Please view or discuss this issue at https://github.com/w3c/webrtc-stats/issues/229#issuecomment-525204703 using your GitHub account

Received on Tuesday, 27 August 2019 08:46:44 UTC