Skip to content
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

Remove associated rtxSsrc from RtpSendStream and RtpReceiveStream. #50

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Philipel-WebRTC
Copy link
Contributor

For two reasons:

  • If an app sends FEC or RTX packets then it needs an RtpSendStream instance to represent the RTX stream itself. What should the rtxSsrc be for the RTX stream (recursive)?
  • Some use case might not require an RTX SSRC.

@pthatcher
Copy link
Collaborator

This was not my intention/design with RtpSendStream: it's not a per-SSRC object. It's a per-RID object. I don't think we can accomplish a piecemeal approach if an RtpSendStream is per-SSRC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants