- From: Philipp Hancke via GitHub <sysbot+gh@w3.org>
- Date: Tue, 13 May 2025 13:51:12 +0000
- To: public-webrtc@w3.org
fippo has just created a new issue for https://github.com/w3c/webrtc-stats: == should packetsSentWithEct1 be defined on RTCOutboundRtpStreamStats? == from [here](https://github.com/w3c/webrtc-stats/pull/792#issuecomment-2807824053): > `packetsSentWitEct1` is currently defined in RTCSentRtpStreamStats which means `RTCRemoteOutboundRtpStreamStats` inherits from it. Since this feedback can't be carried in RTCP SRs should `packetsSentWithEct1` move to `RTCOutboundRtpStreamStats`? "[the hierarchy](https://w3c.github.io/webrtc-stats/#the-rtp-statistics-hierarchy)" guidance is quite useful: > [RTCSentRtpStreamStats](https://w3c.github.io/webrtc-stats/#dom-rtcsentrtpstreamstats): Stats measured at the sending end of an [RTP stream](https://w3c.github.io/webrtc-stats/#dfn-rtp-stream), known either because they're measured locally or because they're received via RTCP, usually in an [RTCP Sender Report](https://w3c.github.io/webrtc-stats/#dfn-sender-report) (SR). > * [RTCOutboundRtpStreamStats](https://w3c.github.io/webrtc-stats/#dom-rtcoutboundrtpstreamstats): Stats measured locally. > * [RTCRemoteOutboundRtpStreamStats](https://w3c.github.io/webrtc-stats/#dom-rtcremoteoutboundrtpstreamstats): Stats relevant to the remote sending end of an [RTP stream](https://w3c.github.io/webrtc-stats/#dfn-rtp-stream), usually computed based on an [RTCP SR](https://w3c.github.io/webrtc-stats/#dfn-sender-report). which seems to inmply something that can *only* be sent locally should go into RTCOutboundRtpStreamStats Please view or discuss this issue at https://github.com/w3c/webrtc-stats/issues/807 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 13 May 2025 13:51:13 UTC