Hi, I just tried this library for a media player application. But I get SocketTimeoutException in ServerProxy.java file, at line 115. The code is on that line is very critical: "Socket client = socket.accept();". It is normal because you set socket timeout to 5 seconds. However, my question is why connection is never established (even if I remove timeout, it waits forever)? Did you experience such case?