I have installed latest stable version of Kurento Media Server(KMS) on local machine with specification Ubuntu 16.04 Xenial following this documentation. I have verified everything and it is working fine and getting same traces as mentioned in this documentation. But when I tried to connect KMS via websocket
ws://localhost:8888/kurento
I'm getting connection time out issue. This is not particular to port 8888 only, any port assigned to KMS, leads to connection timeout.
Getting request timeout issue although every other application on same machine is telneted and getting response expectedly but it is not true when I run below command.
sudo telnet 127.0.0.1:8888
I also tried to reach out websocket connection via Smart WEB Socket but getting connection time out issue.