Meumeu / WiVRn

An OpenXR streaming application to a standalone headset
GNU General Public License v3.0
134 stars 22 forks source link

it only listens on IPv6 ? #57

Closed AskAlice closed 2 months ago

AskAlice commented 2 months ago

I only have ipv4 on my LAN as my ISP only offers ipv6 translation over 6rd which adds a ton of latency .

Resultingly I have ipv6 disabled system wide. So when i see

lsof -i | grep :9757

wivrn-ser 421217 alice  19u  IPv6 3174449      0t0  TCP *:9757 (LISTEN)

it just tells me to start a server on my local network

xytovl commented 2 months ago

It should work with IPv4 addresses, make sure that mDNS ports are opened in your firewall (port 5353).

AskAlice commented 2 months ago

Figured it out, I had switched motherboards but forgot to change the whitelist of adapters to use for mDNS in /etc/avahi/avahi-daemon.conf thanks for pointing me in the right direction