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

Add support for RTX via distinct SSRC #295

Open
k0nserv opened this issue Sep 19, 2022 · 1 comment
Open

Add support for RTX via distinct SSRC #295

k0nserv opened this issue Sep 19, 2022 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@k0nserv
Copy link
Member

k0nserv commented Sep 19, 2022

We don't support RTP retransmissions(RTX) when the retransmitted packets are sent over a separate RTP stream(with a distinct SSRC). These packets are simply black holed at the moment.

For now RTX based on NACKs emitted by webrtc-rs work, but the RTX packets will be sent within the established RTP stream.

Related issues in Pion:

@k0nserv k0nserv added enhancement New feature or request help wanted Extra attention is needed labels Sep 19, 2022
@k0nserv
Copy link
Member Author

k0nserv commented Sep 19, 2022

I'm removing the default registration of RTX codecs in #294

@k0nserv k0nserv changed the title Add support for RTX via distinc SSRC Add support for RTX via distinct SSRC Sep 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant