-
Notifications
You must be signed in to change notification settings - Fork 28
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
Can you use ALXR with an VPN? #110
Comments
|
@comsyspro hey, the desktop clients currently don't have audio support but you might able to do that another way like using vb-audio on the client end since it's typically used for the windows server side streaming, not something i've tried though Do you need to use the uwp builds? if not you can use the *-win-x64.zip builds then you have some commandline options available, the uwp ones are limited (in terms of options) and mainly meant for hololens 2. If you still want to make a custom uwp build you'll need modify the line: call !VCVarsAllBat! !arch! uwp 10.0.20348.0 # version no. is the win sdk version, you change or just remove it in If you do switch to the zip builds, note that the default options are broken as it will run auto-graphics selection and typically pick the Vulkan graphics backend (Vulkan2 or Vulkan, it's OpenXR specific thing) with the d3d11va decoder, this combo currently doesn't render correctly, you can change it, either changing the grahpics backend to d3d12/11 or change the decoder to NVDEC / CUVID / CPU when using Vulkan(2), e.g.: alxr-client.exe -g D3D12 # or D3D11
# or
alxr-client.exe -dNVDEC #or CUVID / CPU |
Thank you very much. From vb-audio I installed on the remote GPU server "Virtual Audio Cable" and "Voicemeter" and played with different settings but I can't get audio sound. So I found a github project "audio over ip" and with this I get sound with a small latency but the sound is not 100% in sync with the videostream. So it would definitly be better if you could add audio support so the snyc between video and audio are ok. Would it be difficult to add audio support to ALXR? I don't need the uwp builds necessarily but at the beginning I had a few difficulties getting the headset to work through the VPN connection. I then found this note in the wiki: "You will need to forward ports in the VM for the server to establish a connection". I then thought that this image with the NAT configuration was only available in the UWP version and then wanted to try to get this version to work. As I said, UWP is a bit difficult to install and I haven't used it yet. Can you explain what this picture means and what do you mean by the word VM? Is it a router configuration? https://github.com/korejan/ALVR/wiki/ALXR-Client#uwp-x64arm64--hololens-2-device--emulator So when I remove this line I also found out by experimenting that only Please answer my questions as I would like to understand your project better and it is new to me. |
I want to use a VR headset remotely, so that the VR application is running on a GPU server. The VR headset (wired) is connected to a Laptop and a VPN is created to the remote GPU server.
Thank you.
The text was updated successfully, but these errors were encountered: