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 symmetric RTP/RTCP #1

Open
wmanley opened this issue Dec 6, 2012 · 1 comment
Open

Add support for symmetric RTP/RTCP #1

wmanley opened this issue Dec 6, 2012 · 1 comment

Comments

@wmanley
Copy link
Owner

wmanley commented Dec 6, 2012

Symmetric RTP/RTCP makes it easier for RTP/RTCP sessions to work through Cone NAT as used in many home routers by reusing the same UDP port for receiving both RTP and RTCP messages which in turn is the same port that is used to send outgoing RTCP messages to the re-transmission server.

vqe-c has support for STUN and UPNP for NAT traversal, symmetric RTP has the advantage that it doesn't require any additional servers (such as STUN servers) or home routers to have additional functionality (UPNP).

@wmanley
Copy link
Owner Author

wmanley commented Dec 6, 2012

The input shim seems to be a good place to start WRT these modifications. In particular functions vqec_dp_input_shim_repair_inject seems interesting from the perspective of the comment.

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

1 participant