W3C home > Mailing lists > Public > public-webrtc-logs@w3.org > June 2020

[webrtc-stats] Finding associated audio and video tracks? (#574)

From: WeichengSu via GitHub <sysbot+gh@w3.org>
Date: Wed, 03 Jun 2020 03:54:18 +0000
To: public-webrtc-logs@w3.org
Message-ID: <issues.opened-629671784-1591156456-sysbot+gh@w3.org>
WeichengSu has just created a new issue for https://github.com/w3c/webrtc-stats:

== Finding associated audio and video tracks? ==
According to the definition of `estimatedPlayoutTimestamp`, we can use `audioTrackStats.estimatedPlayoutTimestamp - videoTrackStats.estimatedPlayoutTimestamp` to get the AV sync. https://w3c.github.io/webrtc-stats/#dom-rtcinboundrtpstreamstats-estimatedplayouttimestamp

I have been using `trackIds` in `RTCMediaStreamStats` to find the associated audio and video tracks. https://w3c.github.io/webrtc-stats/#idl-def-rtcmediastreamstats
However, it's made obsolete. What's the recommended way to find the associated audio and video tracks without `RTCMediaStreamStats`?

Please view or discuss this issue at https://github.com/w3c/webrtc-stats/issues/574 using your GitHub account
Received on Wednesday, 3 June 2020 03:54:21 UTC

This archive was generated by hypermail 2.4.0 : Saturday, 6 May 2023 21:19:51 UTC