EricssonResearch / openwebrtc-android-sdk

SDK for adding OpenWebRTC to your Android app
BSD 2-Clause "Simplified" License
45 stars 29 forks source link

NAT problem #22

Open DmitrySkripunov opened 7 years ago

DmitrySkripunov commented 7 years ago

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!