MikeL
MikeL

Reputation: 208

Kurento Hello World, not returning loopback

I am trying to setup the basic hello world example.

I am using a t2.micro instance with Ubuntu 14.04 LTS and I have the github code for the example on my local machine.

The url I am using is: https://localhost:8443/index.html?ws_uri=wss://ec2INSTANCE:8888&ice_servers=[{"urls":"stun:stun.l.google.com"}]#

I do not have the stun or turn configured on the server, but it should be ok since I am passing the stun server to use in the url.

Any advice on this?

I just checked my console and I see this, even though port 8888 is open in AWS Security group that this instance is in

VM8812:35 WebSocket connection to 'wss://ec2Instance:8888/' failed: Error in connection establishment: net::ERR_CONNECTION_CLOSED

Upvotes: 1

Views: 1102

Answers (1)

MikeL
MikeL

Reputation: 208

I was able to get past the issues that I was seeing

You must verify that your STUN server is working by seeing something similar to the below image, with the srflx under Component Type. verify STUN/TURN

Upvotes: 3

Related Questions