Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Different Network is not working in IOS & Android using openWebRTC #80

Open
mercuryboy opened this issue Feb 21, 2017 · 2 comments
Open

Comments

@mercuryboy
Copy link

mercuryboy commented Feb 21, 2017

Hi Friends ,

Kindly save my time. Am working ios openwebrtc but its not working in different network. I got the below error.

0:00:29.261480000 �[333m 2864�[00m 0x103b17660 �[31;01mERROR �[00m �[00m owrsession owr_session.c:765:_owr_session_emit_ice_state_changed:OwrMediaSession@0x1051f4d00�[00m Session 1, ICE failed to establish a connection!
ICE state changed from connecting to failed.

If anybody face this problem update me..

Thanks
Krishna

@mercuryboy mercuryboy changed the title Different Network is not working on IOS Different Network is not working in IOS & Android using openWebRTC Feb 22, 2017
@shayanjalil
Copy link

Hello,
Sorry for the late response. Can you share your stun and turn server configurations?

@mercuryboy
Copy link
Author

Hi,

Am using this server confiuratio

[nativeHandler addSTUNServerWithAddress:@"mmt-stun.verkstad.net" port:3478];
[nativeHandler addTURNServerWithAddress:@"mmt-turn.verkstad.net"
                                   port:443
                               username:@"webrtc"
                               password:@"secret"
                                  isTCP:NO];

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants