openwebrtc-android-sdk icon indicating copy to clipboard operation
openwebrtc-android-sdk copied to clipboard

NAT problem

Open DmitrySkripunov opened this issue 9 years ago • 0 comments

Hi all! I use 0.3 version openwebrtc and android sdk last commit from master. And I have such problem, when I try connection to webclient by mobile network or from other network (different from web client network), I'm getting next message every times if I set TURN UDP server:

`I/gst_log: 0xb7a02180 ERROR owrsession owr_session.c:555:_owr_session_emit_ice_state_changed: Session 1, ICE failed to establish a connection! ICE state changed from disconnected to failed

I/gst_log: 0xb7a02180 ERROR owrsession owr_session.c:555:_owr_session_emit_ice_state_changed: Session 2, ICE failed to establish a connection! ICE state changed from disconnected to failed`

If I don't set turn server errors don't appears, but streams also is not work. Perhaps it openwebrtc issue, not adnroid sdk, I dunno....

Please, I need any ideas) Thanks!

DmitrySkripunov avatar Feb 23 '17 07:02 DmitrySkripunov