Akankshagalaxy / imsdroid

Automatically exported from code.google.com/p/imsdroid
0 stars 0 forks source link

TURN credentials problem #513

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
a) Before posting your issue you MUST answer to the questions otherwise it
will be rejected (invalid status) by us
b) Please check the issue tacker to avoid duplication
c) Please provide network capture (wireshark) or Android log (DDMS output)
if you want quick response

What steps will reproduce the problem?
1.I have installed TURN server with 
authentication(https://code.google.com/p/rfc5766-turn-server/).
2.I set IP address and port of the TURN server in imsdroid Options section 
NATT, but there was no possibility to enter TURN login and password. 
3.Finally I tried to make videocall between client behind NAT.

What is the expected output? What do you see instead?
Videocall using webrtc was expected. In some cases there was no ringing screen 
and if it was, after picking up incoming call, there was only green screen for 
incoming video and white rectangle for outgoing. 

What version of the product are you using? On what operating system?
I have tried latest version of imsdroid and ngn-stack (both from your 
repository).

Please provide any additional information below.
When I tried to make videocall between two imsdoid client (both in the same 
LAN) everything was ok.
In your code (ngn-stack) I found function setSTUNCred(login, password), but i 
didn't work. Is there any solution to enter TURN credentials? Or any other 
option?

Original issue reported on code.google.com by TomasMen...@gmail.com on 21 Mar 2014 at 2:16