I set up a TURN server and I am sure it works since my AppRTC works.
But when using the turnutils_uclient to test the server. I always end up with 100% lost packet. Is this normal? I started turnutils_peer beforehand of course.
some final out put from turnutils_uclient:
......
15: start_mclient: msz=1, tot_send_msgs=10, tot_recv_msgs=0, tot_send_bytes ~ 1000, tot_recv_bytes ~ 0
15: start_mclient: tot_send_msgs=10, tot_recv_msgs=0
15: start_mclient: tot_send_bytes ~ 1000, tot_recv_bytes ~ 0
15: Total transmit time is 15
15: Total lost packets 10 (100.000000%), total send dropped 0 (0.000000%)
15: Average round trip delay 0.000000 ms; min = 4294967295 ms, max = 0 ms
15: Average jitter -nan ms; min = 4294967295 ms, max = 0 ms
some output from turnadmin:
74: session 000000000000000002: peer xxx.xxx.xxx.xxx(my_stun_server_ip) lifetime updated: 300
74: session 000000000000000002: realm <mydomain> user <test>: incoming packet CREATE_PERMISSION processed, success
78: session 000000000000000002: refreshed, realm=<mydomain>, username=<test>, lifetime=0
78: session 000000000000000002: realm <mydomain> user <test>: incoming packet REFRESH processed, success
79: session 000000000000000002: closed (2nd stage), user <test> realm <mydomain> origin <>, local (my_stun_server_ip):3478, remote
74.88.52.86:57461, reason: allocation timeout
79: session 000000000000000002: delete: realm=<mydomain>, username=<test>
79: session 000000000000000002: peer 130.245.189.146 deleted
79: session 000000000000000002: peer 192.168.129.1 deleted
79: session 000000000000000002: peer xxx.xxx.xxx.xxx(my_stun_server_ip) deleted
79: session 000000000000000002: peer 192.168.175.1 deleted