I am trying to do a POC with kurento server. For that I have created an AWS EC2 Instance with elastic IP. I have installed kurento server using Docker Image and a TURN Server (Coturn 4.5.0.3) on that machine. I have configured Listening IP & Relay IP as Local Private IP of EC2 instance and Elastic Public IP as External IP. Now while testing Hello world java client program, I cannot see anything in Remote Stream. UseCaseBelow are the observation:
- While testing with Mozilla Firefox first I get a message saying "Remote ICE candidate received" then I get a message that "ICE failed, add a TURN server and see about:webrtc for more details"ErrorScreen-shot
- While testing on Chrome I get, "Skip, Websocket session isn't open"ErrorScreen-shot
- On WebRTC samples Trickle ICE page I am able to test the configured TURN server. TrickleOutput
Please find attached kurento-hello-world client logs also. Can anybody help me in troubleshooting this problem?