averageRtcpInterval 特性为 RTCOutboundRtpStreamStats dictionary is a floating-point value indicating the average time that should pass between transmissions of RTCP packets on this stream.

句法

var averageRtcpInterval = RTCOutboundRtpStreamStats.averageRtcpInterval;
					

A floating-point value indicating the average interval, in seconds, between transmissions of RTCP packets. This interval is computed following the formula outlined in RFC 1889: A.7 .

Because the interval's value is determined in part by the number of active senders, it will be different for each user of a service. Since this value is also used to determine the number of seconds after a stream starts to flow before the first RTCP packet should be sent, the result is that if many users try to start using the service at the same time, the server won't be flooded with RTCP packets coming in all at once.

The sending endpoint computes this value when sending compound RTCP packets, which must contain at least an RTCP RR or SR packet and an SDES packet with the CNAME item.

规范

规范 状态 注释
Identifiers for WebRTC's Statistics API
The definition of 'RTCOutboundRtpStreamStats.averageRtcpInterval' 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.

No compatibility data found. Please contribute data for "api.RTCOutboundRtpStreamStats.averageRtcpInterval" (depth: 1) to the MDN 兼容性数据存储库 .

元数据

  • 最后修改: