-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Plain Transport Custom RTCP Port #1096
Comments
This is great, however, I was expecting an option like |
Definitely not. ListenInfo is the way to go once |
Ok, so |
Will not replace because the former options will still be available to not break backwards compatibility, but I don't want to add already deprecated new options. |
This was done long ago. |
Feature Request
When we create PlainTransport with
rtcpMux
false
, then the transport uses 2 ports. One for RTP and the other for RTCP. While creating we can pass the port torouter.createPlainTransport()
, however, the RTCP port is selected from the worker's port range. I'm requesting an option to pass down a custom RTCP port torouter.createPlainTransport()
, so the application layer can manage this port. In our app, we're already managing pipe transport ports and with the addition of plain transport, we're only able to manage RTP ports and not RTCP.The text was updated successfully, but these errors were encountered: