RTCInboundRtpStreamStats: estimatedPlayoutTimestamp property
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Experimental:This is anexperimental technology
Check theBrowser compatibility table carefully before using this in production.
TheestimatedPlayoutTimestamp property of theRTCInboundRtpStreamStats dictionary indicates the estimated playout time of this receiver's track.
This is theNetwork Time Protocol (NTP) timestamp of the last playable audio sample or video frame that has a known timestamp, extrapolated with the time elapsed since it was ready to be played out.In other words, it is the estimated current playout time of the track in the NTP clock time of the sender, and can be present even if there is no audio currently playing.
This can be used to estimate how much audio and video tracks from the same source are out of sync.
In this article
Value
Specifications
| Specification |
|---|
| Identifiers for WebRTC's Statistics API> # dom-rtcinboundrtpstreamstats-estimatedplayouttimestamp> |