-
Notifications
You must be signed in to change notification settings - Fork 1
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
Comments
Hmm, that's odd. The jacktrip official docs say 4464 UDP: I may not be seeing this because I believe my router defaults to forwarding both UDP and TCP. Will do some investigation |
I'm pretty sure it uses TCP for different traffic that UDP. (Control?
Stats? Don't recall.)
Carlos
…On Thu, Apr 1, 2021 at 12:02 PM Vicwomg ***@***.***> wrote:
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
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#12 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABKJTEZQ3KCU6OYBWHTQLRDTGS7KXANCNFSM42HKUOEQ>
.
|
I've updated the readme to open both udp and tcp to be on the safe side
On Thu, Apr 1, 2021 at 3:52 PM Carlos Aguayo ***@***.***>
wrote:
… I'm pretty sure it uses TCP for different traffic that UDP. (Control?
Stats? Don't recall.)
Carlos
On Thu, Apr 1, 2021 at 12:02 PM Vicwomg ***@***.***> wrote:
> 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
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#12 (comment)>,
or
> unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/ABKJTEZQ3KCU6OYBWHTQLRDTGS7KXANCNFSM42HKUOEQ
>
> .
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#12 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA7KXNUEAEZ3W47VK6WWYN3TGT2LLANCNFSM42HKUOEQ>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: