Skip to content

Ff142 RTCInboundRtpStreamStats fixes #40495

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 27 commits into
base: main
Choose a base branch
from

Conversation

hamishwillee
Copy link
Collaborator

@hamishwillee hamishwillee commented Jul 22, 2025

This fixes up the RTCInboundRtpStreamStats to match the BCD as per FF142, which adds support for some more properties.

Contributes to mdn/mdn#384

Related docs work can be tracked in #40478

Removals (not in BCD): averageRtcpInterval, firCount, lastPacketReceivedTimestamp, packetsDuplicated, packetsFailedDecryption, perDscpPacketsReceived, pliCount, receiverId, sliCount,

Copy link
Contributor

github-actions bot commented Jul 22, 2025

Preview URLs (27 pages)
Flaws (23)

Note! 23 documents with no flaws that don't need to be listed. 🎉

URL: /en-US/docs/Web/API/RTCInboundRtpStreamStats
Title: RTCInboundRtpStreamStats
Flaw count: 18

  • macros:
    • Can't resolve /en-US/docs/Web/API/RTCInboundRtpStreamStats/jitterBufferEmittedCount
    • Can't resolve /en-US/docs/Web/API/RTCInboundRtpStreamStats/jitterBufferMinimumDelay
    • Can't resolve /en-US/docs/Web/API/RTCInboundRtpStreamStats/jitterBufferTargetDelay
    • Can't resolve /en-US/docs/Web/API/RTCInboundRtpStreamStats/packetsDiscarded
    • Can't resolve /en-US/docs/Web/API/RTCInboundRtpStreamStats/pauseCount
    • and 13 more flaws omitted

URL: /en-US/docs/Web/API/RTCInboundRtpStreamStats/concealedSamples
Title: RTCInboundRtpStreamStats: concealedSamples property
Flaw count: 1

  • macros:
    • Can't resolve /en-US/docs/Web/API/RTCInboundRtpStreamStats/packetsLost

URL: /en-US/docs/Web/API/RTCInboundRtpStreamStats/jitterBufferDelay
Title: RTCInboundRtpStreamStats: jitterBufferDelay property
Flaw count: 2

  • macros:
    • Can't resolve /en-US/docs/Web/API/RTCInboundRtpStreamStats/jitterBufferEmittedCount
    • Can't resolve /en-US/docs/Web/API/RTCInboundRtpStreamStats/jitterBufferEmittedCount

URL: /en-US/docs/Web/API/RTCInboundRtpStreamStats/qpSum
Title: RTCInboundRtpStreamStats: qpSum property
Flaw count: 2

  • macros:
    • Can't resolve /en-US/docs/Web/API/RTCReceivedRtpStreamStats/framesDecoded
    • Can't resolve /en-US/docs/Web/API/RTCSentRtpStreamStats/framesEncoded
External URLs (2)

URL: /en-US/docs/Web/API/RTCInboundRtpStreamStats/qpSum
Title: RTCInboundRtpStreamStats: qpSum property


URL: /en-US/docs/Web/API/RTCInboundRtpStreamStats/silentConcealedSamples
Title: RTCInboundRtpStreamStats: silentConcealedSamples property

(comment last updated: 2025-07-28 07:36:19)

@github-actions github-actions bot added size/l [PR only] 501-1000 LoC changed and removed size/m [PR only] 51-500 LoC changed labels Jul 22, 2025
@hamishwillee hamishwillee changed the title Ff142 rtcinboundrtpstreamstats fixes Ff142 RTCInboundRtpStreamStats fixes Jul 22, 2025
@hamishwillee hamishwillee removed the size/l [PR only] 501-1000 LoC changed label Jul 22, 2025
@github-actions github-actions bot added the size/l [PR only] 501-1000 LoC changed label Jul 22, 2025
@hamishwillee hamishwillee force-pushed the ff142_rtcinboundrtpstreamstats_fixes branch from 51a0ae6 to c05ddd2 Compare July 25, 2025 06:20
This ID is stable across multiple calls to `getStats()`.
- {{domxref("RTCInboundRtpStreamStats.removedSamplesForAcceleration", "removedSamplesForAcceleration")}}
- : A positive integer that indicates the number of samples removed from to speed up playout from the jitter buffer.
_Undefined for video streams._
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[mdn-linter] reported by reviewdog 🐶

Suggested change
_Undefined for video streams._
_Undefined for video streams._

@@ -0,0 +1,29 @@
---
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be revisited. I don't understand it. Asking in w3c/webrtc-stats#809

Also need to update the parent link to this.

@@ -0,0 +1,29 @@
---
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be revisited. I don't understand it. Asking in w3c/webrtc-stats#809

Also need to update the parent link to this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content:WebAPI Web API docs size/xl [PR only] >1000 LoC changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant