Hi Everyone,
I'm new to TURN/STRN server and need some help with setting up coturn on EC2.
My instance is running with Ubuntu 14.04. I cloned "coturn" from git, after few things installed, I edited /usr/local/etc/turnserver.conf.(Please see detail in attachment "coturn_turnserver_conf")
I ran "sudo make install", see no error. (Please see detail in attachment "coturn_log_makeinstall")
I ran "sudo turnserver", see no error either. (Please see detail in attachment " coturn_log_turnserver")
I ran "./rfc5769.sh " in "/coturn/examples/scripts", i got "./rfc5769.sh: 14: ./rfc5769.sh: turnutils_rfc5769check: not found".
I also tested "relay.sh" with "udp_c2c_client.sh", I got config error "CONFIG ERROR: -a and -z options cannot be used together." and "recv: Connection refused"
I tried to connect server through code, I got failure. Also I tried to test on this website "
WebRTC samples Trickle ICE", not get right response. If test with Google TURN server, I can get response.
Can you let me know if my TURN server really running properly? I don't know if my way of test is incorrect or my configuration is incorrect. Or it's firewall setup issue?
Do you have any recommend way of testing it?
Thank you so much,
Hui