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

android webrtc ice Failed to obtain the public ip address. Procedure #1

Open
lxiuyuan opened this issue Feb 19, 2024 · 0 comments
Open

Comments

@lxiuyuan
Copy link

lxiuyuan commented Feb 19, 2024

All versions of 1.22 and 1.20 G_IO_MODULES := openssl can't connect to the public network properly, and I get the wrong public ip address
Version 1.22 ice Information:

  candidate:4 1 UDP 2015363583 10.152.23.16 47628 typ host
  candidate:6 1 TCP 1010827775 10.152.23.16 48387 typ host tcptype passive

However, when I reduced the version to 1.16G_IO_MODULES := gnutls, the public network connection was normal
Version 1.16 ice Information:

  candidate:4 2 UDP 1679819006 117.136.111.16 62704 typ srflx raddr 10.152.23.16 rport 48140
  candidate:6 2 TCP 843055358 117.136.111.16 38583 typ srflx raddr 10.152.23.16 rport 38583 tcptype passive

However, in ios 1.22, you can connect to the public network

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

1 participant