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

Can't Find Kinect Servers on Other IP Schemes #86

Open
wderstine opened this issue Sep 8, 2018 · 1 comment
Open

Can't Find Kinect Servers on Other IP Schemes #86

wderstine opened this issue Sep 8, 2018 · 1 comment

Comments

@wderstine
Copy link

wderstine commented Sep 8, 2018

I'm having issues with finding Kinect Servers on different IP Schemes even though they are on the same network.
So if my Unity App is on XX.XX.76.XX I can connect to any Kinect Server running on the XX.XX.76.1 gateway. But when my Unity App is on XX.XX.94.XX I can't connect to any Kinect Servers on XX.XX.76.1 gateway.
The Firewall is down and I can ping between them fine. Is there any reason why this isn't working?

@wderstine
Copy link
Author

wderstine commented Sep 9, 2018

I was able to fix the problem by adding a deprecated line of code at line 192 of the TCPNetworkStreamer.cs.
So instead of:
server = new TcpListener(listenEP);
I used the port(server_port) that you put into listenEP, into a new TcpListener
Like so:
server = new TcpListener(server_port);

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