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

Sending NACK/FEC is not supported #52

Open
Philipel-WebRTC opened this issue Jun 12, 2024 · 1 comment
Open

Sending NACK/FEC is not supported #52

Philipel-WebRTC opened this issue Jun 12, 2024 · 1 comment

Comments

@Philipel-WebRTC
Copy link
Contributor

Given that each RtpSendStream bundles both the media and RTX SSRC into one object it is currently not possible to send a packet on the RTX SSRC.

Some ways to fix this:

I also believe bundling media and RTX SSRC makes things such as flexfec (FEC protecting multiple media SSRCs) slightly akward as you would have to just pick some SSRC to send it on.

@steely-glint
Copy link

Place holder for the 'use case 3' doc -: We'd like to be able to manage the packet cache used by NACK, so that for example older NACKs will be ignored. - I don't much care how it is done ;-)

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

No branches or pull requests

2 participants