The WebRTC statistics model's RTCRemoteOutboundRtpStreamStats dictionary extends the underlying RTCSentRtpStreamStats dictionary with properties measuring metrics specific to outgoing RTP streams.

特性

In addition to the properties defined by RTCSentRtpStreamStats and its underlying RTCRtpStreamstats and RTCStats dictionaries, RTCRemoteOutboundRtpStreamStats defines the following properties.

localId
DOMString which is used to find the local RTCInboundRtpStreamStats object which shares the same Synchronization Source (SSRC).
remoteTimestamp
DOMHighResTimeStamp specifying the timestamp (on the remote device) at which the statistics in the RTCRemoteOutboundRtpStreamStats object were sent by the remote endpoint. This is different from the timestamp found in the base RTCStats dictionary; it represents the time at which the object's statistics were received or generated by the local endpoint.
reportsSent

An integer value indicating the total number of RTCP Sender Report (SR) blocks that this SSRC has sent.

用法注意事项

RTCRemoteOutboundRtpStreamStats 对象的 remoteTimestamp proeprty provides statistics based on the received data's NTP timestamp taken from an RTCP Sender Report (SR) block. Be aware that the remote clock may not be synchronized with the local clock (either in current time or speed at which time elapses).

规范

规范 状态 注释
Identifiers for WebRTC's Statistics API
The definition of 'RTCRemoteOutboundRtpStreamStats' in that specification.
候选推荐 初始定义。

浏览器兼容性

The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request. 更新 GitHub 上的兼容性数据
桌面 移动
Chrome Edge Firefox Internet Explorer Opera Safari Android webview Chrome for Android Firefox for Android Opera for Android Safari on iOS Samsung Internet
RTCRemoteOutboundRtpStreamStats Chrome No Edge No Firefox 68 IE No Opera No Safari No WebView Android No Chrome Android No Firefox Android 68 Opera Android No Safari iOS No Samsung Internet Android No
localId Chrome No Edge No Firefox 68 IE No Opera No Safari No WebView Android No Chrome Android No Firefox Android 68 Opera Android No Safari iOS No Samsung Internet Android No
remoteTimestamp Chrome No Edge No Firefox 79 IE No Opera No Safari No WebView Android No Chrome Android No Firefox Android No Opera Android No Safari iOS No Samsung Internet Android No
reportsSent Chrome No Edge No Firefox No IE No Opera No Safari No WebView Android No Chrome Android No Firefox Android No Opera Android No Safari iOS No Samsung Internet Android No

图例

完整支持

完整支持

不支持

不支持

元数据

  • 最后修改: