xytovl

Results 4 comments of xytovl

You should not alter any system configuration, when using bundled ffmpeg, ALVR provides a full path of libavcodec to dlopen. Adding bundled ffmpeg to system path will break other applications....

We have 3 solutions: cleanup on start, celanup on exit or compatibility # cleanup on start Restore original steamvr install as soon as vrcompositor is started, this prevents a crash...

Hi, WiVRn dev here. Just a little summary of what OpenXR applications are supposed to do. Application loads an [OpenXR loader](https://registry.khronos.org/OpenXR/specs/1.0/loader.html#openxr-loader), which will then locate the _active OpenXR runtime_. [Active...

Most things should work, but client discovery should be modified: in https://github.com/alvr-org/ALVR/blob/a42f673c75017afde05358dfaa073315735f05ea/alvr/client_core/src/sockets.rs#L25 we use IPV4 broadcast. This does not exist anymore for IPv6. The closest you can have is multicast,...