Skip to content

Conversation

@fuzzy-coats
Copy link

A single SSRC can have multiple participating users each with their own contributing sources, CSRCs.

Description

Motivation

Additional details

Related issues and pull requests

A single SSRC can have multiple participating users each with their own contributing sources, CSRCs.
@fuzzy-coats fuzzy-coats requested a review from a team as a code owner November 27, 2025 00:20
@fuzzy-coats fuzzy-coats requested review from wbamberg and removed request for a team November 27, 2025 00:20
@github-actions github-actions bot added Content:WebAPI Web API docs size/xs [PR only] 0-5 LoC changed labels Nov 27, 2025
@github-actions
Copy link
Contributor

Copy link
Collaborator

@hamishwillee hamishwillee left a comment

Choose a reason for hiding this comment

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

IMO is not correct /more ambiguous.

Each source has an SSRC which is an identifier for every packet in the particular RTSP stream, used for syncing timing etc.
A stream might have been created from multiple other streams which are "contributing sources". The contributingSources contains that list of these ids - which are SSRCs.

This change makes it look like there is come kind of "other CSRC identifer value" - you can't tell that the ids in this are actually SSRC values, which is the main point.

I've left it open because perhaps we might actually be more specific

An {{jsxref("Array")}} of sources (SSRC ids) that have contributed to the frame.

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/xs [PR only] 0-5 LoC changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants