Re: [webrtc-stats] Audio/Video sync follow-up

It seems that non-standards stats calculated end-to-end delay with estimates based on RTT, https://codereview.webrtc.org/2946413002/. It uses an RTP header extension to signal timestamps from all over the pipeline. Exposing all of these timestamps would seem more suitable for @alvestrand's WebRTC Frame Event Logging API than getStats since it's per-frame, but the fact that E2E is calculated based on RTT might mean that we can do something like we've previously discussed here? Is the RTP header extension for timing frames needed?

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

Received on Wednesday, 12 July 2017 08:24:13 UTC