Hello,
I installed Kurento 6.0 along with the Coturn server on a Ubuntu 14.04 VM behind a NAT. In this case actually my machine and the kurento machine are in the same network, only the Kurento machine is in a DMZ.
I opened the ports 3478, 8888, 49152-65xxx like the FAQ said. Coturn works if I add my turn server to my current webrtc application without kurento.
I configured the turn server for Kurento, with an username and password
stunServerAddress=1Xx.xx.xxx.xx
stunServerPort=3478
turnURL=kurento:pa...@1Xx.xx.xxx.xx:3478
I downloaded and got the java example applications server running for the one-to-one call, only changing the url used to connect to kurento-media-server.
When i try to start a call, the other user accepts the call and then both will see the loading icons for the other users video.
I see stuff like this in coturn:
3165: session 000000000000000043: realm <xxxx.xx> user <kurento>: incoming packet REFRESH processed, success
But the connection doesn't go through...
Do you have any idea on what could be causing this?
I don't really know if this is a problem with my coturn server configuration, if i should change something on the example, or if there's something else i should look into.
Thanks in advance!