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

Transport fails on TCP, only getting connected on UDP #6

Open
zaidiqbal opened this issue Dec 25, 2023 · 0 comments
Open

Transport fails on TCP, only getting connected on UDP #6

zaidiqbal opened this issue Dec 25, 2023 · 0 comments

Comments

@zaidiqbal
Copy link

zaidiqbal commented Dec 25, 2023

Hi @Blancduman thanks for this nice work, it is best out there.

Recently have been facing an issue where only TCP ports were open on server and transport was not getting connected instead getting to 'disconnected', 'failed' status. Had to spent quite some time to see what is going on. While checking chrome://webrtc-internals I noticed that the local candidates were not getting generated. Only 'host' candidates were getting generated and 'prflx' candidates, which represents public ip address, were not generating causing transport failure issue.

When I opened the UDP ports on my server as well it started working automatically with same codebase. I guess the candidates are only getting generated on UDP and fails on TCP.

Can you please guide on what can be the issue with TCP connections?. Anything that can be done to resolve that?

thanks

@zaidiqbal zaidiqbal changed the title Transport only getting connected on UDP, fails on TCP Transport fails on TCP, only getting connected on UDP Dec 25, 2023
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