RTCInboundRtpStreamStats.averageRtcpInterval - Web APIs 编辑
The averageRtcpInterval
property of the RTCInboundRtpStreamStats
dictionary is a floating-point value indicating the average RTCP transmission interval, in seconds. The RTCP interval is the amount of time that should elapse between transmissions of RTCP packets.
Syntax
var averageRtcpInterval = rtcInboundRtpStreamStats.averageRtcpInterval;
Value
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.
Specifications
Specification | Status | Comment |
---|---|---|
Identifiers for WebRTC's Statistics API The definition of 'RTCInboundRtpStreamStats.averageRtcpInterval' in that specification. | Candidate Recommendation | Initial definition. |
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论