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. |
候选推荐 | 初始定义。 |
| 桌面 | 移动 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 |
完整支持
不支持
RTCPeerConnection
RTCSessionDescription
RTCIceCandidate
RTCPeerConnectionIceEvent
RTCPeerConnectionIceErrorEvent
RTCCertificate
RTCRtpSender
RTCRtpReceiver
RTCRtpTransceiver
RTCDtlsTransport
RTCIceTransport
RTCTrackEvent
RTCSctpTransport
RTCDataChannel
RTCDataChannelEvent
RTCDTMFSender
RTCDTMFToneChangeEvent
RTCStatsReport
RTCStatsEvent
RTCErrorEvent