-
Notifications
You must be signed in to change notification settings - Fork 8
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
[Feedback] Being able to connect to a remote SlimeVR #16
Comments
You can use VRChat OSC Trackers in the SlimeVR Server |
Um... yes, but I'm talking about managing SlimeVR and being able to use the Feeder's functions (reset, etc.).. |
So. The feeder currently uses named pipes instead of any internet protocol, so it's not that simple. (Granted, I think there's something about named pipes over network shares but.) There was interest in switching it over to using websockets at some point, but that hasn't happened yet. Moreover, even if the feeder app did use websockets, it still needs to run on the same machine as SteamVR (since it's an openvr application), which is presumably the same machine as the slimevr server since the slimevr openvr driver also uses named pipes. Unless the point is to run a local SteamVR instance and a remote SteamVR instance and relay physical inputs from the local instance to the remote instance of SlimeVR? But either controller inputs are making their way over to the remote machine (meaning you can play vr games, and feeder app would function fine on the remote machine) or they aren't, which would mean you need a more comprehensive solution that is out of scope here. @Lusiiky is there something I'm missing here, or does this explanation help? |
Hello! In fact, here is my configuration: SlimeVR > SlimeVR Server (IP of Tailscale like 10.x.x.x) > Tailscale VPN to Shadow > VRChat with OSC datas of SlimeVR Server The problem is that I have to remove my headset and go to the computer where SlimeVR and Tailscale are physically present in order to reset the position in SlimeVR Server. So I thought it might be possible for your application to simply and easily transfer data via an IP: since Tailscale gives an IP to my local PC and my Shadow, I thought it might be possible to tell your application that instead of contacting the SlimeVR Server on the local PC where SteamVR is, it should contact a SlimeVR Server at a specific IP. Thanks a lot! |
Okay, if I understand correctly @Lusiiky: You're running SlimeVR Server locally, and steamvr+vrchat remotely on the shadow PC, and using OSC with VRChat to make that work. I do have a little interest in making feeder app work with similar setups, but it would take some time, and some enthusiasm I don't have right now. What I would probably do (and what the slimevr documentation recommends) is running slimevr server on the shadow PC as well. This would avoid the need for OSC, and should reduce latency by reducing the number of networking roundtrips. However, I'm told that the approach taken in the documentation doesn't work anymore (and i'm a little horrified at the proposed solution to begin with) There are two approaches we could take here:
While I don't have a Shadow PC to try and test things, I was able to point slimevr wrangler (aka the thing that handles joycons) at a machine running sudppipe which was pointed at the machine running slimevr server. Let me know how things go! Feel free to poke me in the slimevr discord if you have issues. My name on discord is the same as on github. |
@kitlith The problem is that SlimeVR doesn't work in my configuration without OSC. I've also tried connecting my trackers to my router, which has a port redirector that redirects SlimeVR ports to my PC, which has Tailscale, and will therefore be redirected to Shadow and effectively run SlimeVR Server without a direct connection to the local network. I think your two methods can be combined with what I've already tested here (maybe not your first proxy idea... I'll have to look). The only method that works today is to use OSC. Thanks! |
@Lusiiky the proxy program I mentioned uses a different source port per source address, and slimevr server sends data back to the the port that it was recieved from, so it should work exactly the same way that it did with my local test between two computers, but without shadow PC. Router port forwarding shouldn't be required in any of these scenarios, as the trackers are inside the network sending broadcast packets, not outside the network pointing at your public IP address. |
Here's an update on stuff:
|
Wouldn't a small application like a SlimeVR Forwarder work perfectly in this scenario? Similarly to how SlimeVR Wrangler sends data to the SlimeVR Server, the Forwarder could connect to your slime trackers like the Server and them forward them on to the actual server over the network :) |
yes, that's another, orthogonal way to do it. That's creating new, purpose-built software, whereas I'm trying to first ensure that a bug in the server is fixed and enable intuitive use of off-the-shelf software. |
Hello,
I assume that your Feeder App only connects to a local SlimeVR, and I'd like to know if it's possible for you to offer at least one place where we can indicate an IP address where SlimeVR would be (while using Tailscale for example, for Shadow users).
It would be MUCH more convenient for us, cloud users, to actually have remote access to SlimeVR.
Thank you very much,
Lusiiky
The text was updated successfully, but these errors were encountered: