I don't think it makes a lot of sense to do audioOffsetFromVideo = e2eVideoDelay - e2eAudioDelay; as it doesn't provide any value and introduces errors. remoteAudio/Video.currentTime are estimates which can be wrong, and audio/videoTrackStats.currentPlayoutTimestamp should already be based on the same clocks and therefore be directly comparable. It doesn't matter when audio or video started playing. Am I misunderstanding something, or why isn't this enough: audioOffsetFromVideo = videoTrackStats.currentPlayoutTimestamp - audioTrackStats.currentPlayoutTimestamp -- GitHub Notification of comment by stefanholmer Please view or discuss this issue at https://github.com/w3c/webrtc-stats/issues/158#issuecomment-278340309 using your GitHub accountReceived on Wednesday, 8 February 2017 14:18:03 UTC
This archive was generated by hypermail 2.4.0 : Saturday, 6 May 2023 21:19:39 UTC