Open nitin9012 opened 7 years ago
Did you solve it? I have the same issue. If we need setup server, can you tell me how to set up?
The associated server should be this one. https://github.com/Kurento/kurento-room/tree/master/kurento-room-server It's a java project. we need setup.
@stonyz were you able to test and use the server accordingly? Did you have to make any changes for iOS or Java code?
Would suggest using this docker image to run the media server: https://store.docker.com/community/images/kurento/kurento-media-server
And then replace the IP address(172.0.0.1) with your machine's IP address while changing wsroom URI:
static NSString *defaultWsRoom = @"wss://172.0.0.1:8443/room";
Though I was able to create and connect multiple users to the room. I could not get the remote video or audio stream.
I am unable to connect to Room server: https://kurento.teamlife.it:8443/room can you please tell me Which Room server and Room Name should i used for testing. I am getting error "Impossible to establish WebSocket connection to Room Server, check internet connection"