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

Choosing incorrect IP to advertise on Mac #14

Open
davidzhao opened this issue Aug 30, 2021 · 1 comment
Open

Choosing incorrect IP to advertise on Mac #14

davidzhao opened this issue Aug 30, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@davidzhao
Copy link
Member

The Go SDK sometimes picks the wrong IP address to advertise itself on. This can happen when

  • an iOS is attached via USB, it creates a new network with vendor AppleUSBNCM and IP similar to 169.254.93.26
  • ZeroTier networks are in use
  • likely others that create interfaces that may be preferred over the wifi/ethernet IP

When this IP is present, Go SDK will advertise ICE candidates with this IP address and unable to connect to livekit-server that's running on the same machine.

@dht-hedaihua
Copy link

OK,thank you for your reply!
but why do I always fail when I use IP address from another computer to connect to the livekit server deployed in MAC docker? To solve this problem, do I have to deploy the livekit server to a Linux server in my intranet, or do I deploy it to the docker of windows?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants