MarekKowalski / LiveScan3D

LiveScan3D is a system designed for real time 3D reconstruction using multiple Azure Kinect or Kinect v2 depth sensors simultaneously at real time speed.
MIT License
749 stars 202 forks source link

client is not getting connected with the server #25

Closed ShaminiKoravuna closed 1 year ago

ShaminiKoravuna commented 6 years ago

Hello,

I'am trying to use the application. Am able to run the LiveScanClient application successfully on two laptops . But I'am facing an issue while connecting the client with the server. Even thought after starting the server it's showing an error as Failed to connect, Did you start the server?

Could you please check with this?

Thanks a lot for such a great work!

Shamini

whatsapp image 2018-06-08 at 13 41 45

naruniec commented 6 years ago

Hi, Thank for appretiation! In the server application you have to push "Start server" button. Also make sure, that the server address in the client application is valid and that you don't have firewall or anti-virus preventing the connection. Best, Jacek

W dniu 08.06.2018 o 13:55, ShaminiKoravuna pisze:

Hello,

I'am trying to use the application. Am able to run the LiveScanClient application successfully on two laptops . But I'am facing an issue while connecting the client with the server. Even thought after starting the server it's showing an error as Failed to connect, Did you start the server?

Could you please check with this?

Thanks a lot for such a great work!

Shamini

whatsapp image 2018-06-08 at 13 41 45 https://user-images.githubusercontent.com/39907438/41156717-5f0c784e-6b23-11e8-8854-62515ed420e9.jpeg

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/MarekKowalski/LiveScan3D/issues/25, or mute the thread https://github.com/notifications/unsubscribe-auth/AMbddfx39owuaAVQWI0lf5gTMgfhyac0ks5t6mZLgaJpZM4Uf_LA.

ShaminiKoravuna commented 6 years ago

Hello, I have checked it with the things mentioned by you and even firewall or anti/virus is not preventing the connection. Still am facing the same problem. Could you please suggest any other alternative? Regards, Shamini

MarekKowalski commented 6 years ago

Hi,

Did you look into the network settings? If it is a corporate or university network, it might not allow for connecting through the port that our app uses. Also, remember that you can run the server and client on the same computer.

Thanks,

Marek