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

Attempting to bind a IPv6 socket fails with NordVPN Installed #244

Closed
Sean-Der opened this issue May 10, 2024 · 0 comments · Fixed by #245
Closed

Attempting to bind a IPv6 socket fails with NordVPN Installed #244

Sean-Der opened this issue May 10, 2024 · 0 comments · Fixed by #245

Comments

@Sean-Der
Copy link
Contributor

This was reported upstream at obsproject/obs-studio#10313


With NordVPN enabled I get the following error

udp.c:133: UDP socket binding failed, errno=10049 (this is a WSAEADDRNOTAVAIL)

However when I switch to AF_INET being the default (over AF_INET6) the tests pass.

@paullouisageneau I am going to open a PR that attempts again (with IPv4 forced). The NordLynx adapter claims to support IPv6 so I don't see any way we could detect this.

   Connection-specific DNS Suffix  . :
   Link-local IPv6 Address . . . . . : fe80::723e:7ca:789d:a5aa%17
   IPv4 Address. . . . . . . . . . . : 10.5.0.2
   Subnet Mask . . . . . . . . . . . : 255.255.0.0
   Default Gateway . . . . . . . . . : 0.0.0.0
Sean-Der added a commit to Sean-Der/libjuice that referenced this issue May 10, 2024
Sean-Der added a commit to Sean-Der/libjuice that referenced this issue May 10, 2024
paullouisageneau added a commit to Sean-Der/libjuice that referenced this issue May 12, 2024
…ilure

Resolves paullouisageneau#244

Co-authored-by: Paul-Louis Ageneau <paul-louis@ageneau.org>
Co-authored-by: Sean DuBois <sean@siobud.com>
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

Successfully merging a pull request may close this issue.

1 participant