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

Port 4464 is TCP not UDP #12

Open
ianmackay123 opened this issue Apr 1, 2021 · 3 comments
Open

Port 4464 is TCP not UDP #12

ianmackay123 opened this issue Apr 1, 2021 · 3 comments

Comments

@ianmackay123
Copy link

Hi, After struggling with getting port forwarding open for a while, I realized that your readme says open UDP port 4464, but when you
netstat -an | grep 4464
While the service is running, it's actually running over TCP, so that's the setting you need.
The readme should be updated, and it's probably worth explicitly stating the connection type for the 61000-61020 range too.

I'm not sure if this is intended or a mistake - Obviously UDP has lower latency than TCP, but if this port is just used for handshakes etc, and not for actual music streaming I guess it doesn't matter.

@vicwomg
Copy link
Owner

vicwomg commented Apr 1, 2021

Hmm, that's odd. The jacktrip official docs say 4464 UDP:
https://ccrma.stanford.edu/docs/common/JackTrip.html

I may not be seeing this because I believe my router defaults to forwarding both UDP and TCP. Will do some investigation

@CAguayo
Copy link

CAguayo commented Apr 1, 2021 via email

@vicwomg
Copy link
Owner

vicwomg commented Apr 2, 2021 via email

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

3 participants