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

ServerSession: need access to SSRC for RTCP feedbacks #57

Open
nu774 opened this issue Jul 12, 2021 · 1 comment
Open

ServerSession: need access to SSRC for RTCP feedbacks #57

nu774 opened this issue Jul 12, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@nu774
Copy link

nu774 commented Jul 12, 2021

I'd like to use RTCP feedbacks such as PLI or NACK defined in rfc4585.
Although we can send arbitrary RTCP packets via ServerSession.WriteFrame() to the client, currently there's no way to set up correct SSRC for custom RTCP packets, since SSRC used by RR is hidden.

So I want either of the following:

  1. Provide a way to pass user-genrated SSRC to the ServerSession/RTCPReceiver on ANNOUNCE.
  2. Make SSRC generated by RTCPReceiver visible to the user.
@aler9
Copy link
Member

aler9 commented Aug 7, 2021

This can of course be implemented, but i'm waiting to evaluate the performance of switching to pion's interceptor (#22) - if the switch is done, NACK implementation will be provided directly by pion.

@aler9 aler9 added the enhancement New feature or request label Aug 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants