jamtrip icon indicating copy to clipboard operation
jamtrip copied to clipboard

Port 4464 is TCP not UDP

Open ianmackay123 opened this issue 3 years ago • 3 comments

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.

ianmackay123 avatar Apr 01 '21 15:04 ianmackay123

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

vicwomg avatar Apr 01 '21 19:04 vicwomg

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 https://github.com/vicwomg/jamtrip/issues/12#issuecomment-812109228, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABKJTEZQ3KCU6OYBWHTQLRDTGS7KXANCNFSM42HKUOEQ .

CAguayo avatar Apr 01 '21 22:04 CAguayo

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 https://github.com/vicwomg/jamtrip/issues/12#issuecomment-812109228, 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 https://github.com/vicwomg/jamtrip/issues/12#issuecomment-812218826, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA7KXNUEAEZ3W47VK6WWYN3TGT2LLANCNFSM42HKUOEQ .

vicwomg avatar Apr 02 '21 16:04 vicwomg