- From: henbos via GitHub <noreply@w3.org>
- Date: Mon, 29 Sep 2025 07:54:58 +0000
- To: public-webrtc@w3.org
henbos has just created a new issue for https://github.com/w3c/webrtc-stats: == Tweak "inbound-rtp" creation time == The [spec says](https://w3c.github.io/webrtc-stats/#the-rtp-statistics-hierarchy) "The RTCInboundRtpStreamStats is created when the first RTP packet for this SSRC is received". - This neglects the fact that with Insertable Streams, RTP packets are never received, yet frames are decoded anyway and "inbound-rtp" contains decode and playout related metrics. It's clearly a bug not to expose "inbound-rtp" if `framesDecoded > 0`. Proposal: tweak spec to say "packets received or frames decoded" Please view or discuss this issue at https://github.com/w3c/webrtc-stats/issues/816 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 29 September 2025 07:54:58 UTC