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

RTCP with RCE_SEND_ONLY and RCE_RECEIVE_ONLY flags #233

Open
jrsnen opened this issue Nov 14, 2024 · 0 comments
Open

RTCP with RCE_SEND_ONLY and RCE_RECEIVE_ONLY flags #233

jrsnen opened this issue Nov 14, 2024 · 0 comments
Labels
feature New feature

Comments

@jrsnen
Copy link
Member

jrsnen commented Nov 14, 2024

While RCE_SEND_ONLY and RCE_RECEIVE_ONLY work fine for RTP, the situation becomes more complicated when it comes to RTCP. When only sending, we should also have the local address and port so we can bind to it for receiving RTCP receiver reports. Similarly, the receiver does not know the sender address, so the remote address should be deduced from somewhere (check RFC 3550), probably sender reports so that receiver reports can be setn to the sender.

@jrsnen jrsnen changed the title Figure out how RTCP should be handled with RCE_SEND_ONLY and RCE_RECEIVE_ONLY RTCP with RCE_SEND_ONLY and RCE_RECEIVE_ONLY flags Nov 14, 2024
@jrsnen jrsnen added the feature New feature label Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

No branches or pull requests

1 participant