This repository has been archived by the owner on Nov 8, 2021. It is now read-only.
Releases: polygraphene/ALVR
Releases · polygraphene/ALVR
v1.9.1
- More stable packet processing.
- Fix: Wrong bitrate value is displayed in statistics.
v1.9
- Support Oculus Go 72Hz mode.
- Disable driver when launcher is not running.
- This improves compatibility with other HMD drivers.
- Show connection statistics on the server tab.
- Fix (maybe) some recentering bug.
- Update openvr sdk (v1.0.8 -> v1.0.15)
v1.8
- Add controller button assignment
- Add recentering by controller
- Currently, recentering is a bit buggy. You see the distortion on turning your head after recenter.
- This will be fixed on future release.
- Add driver installation/uninstallation button on About tab.
- Fix unstability issue on driver.
- This may remove "VR Server is not running" bug.
- Fix wrong trackpad position.
- Fix blackscreen on restart client app
v1.7
Note: The version mismatch between client and server cause a crash. Please update both client and server.
To update server, you should simply overwrite the whole install directory.
To update client, put the command adb install -r (apkname)
- Support Gear VR / Oculus Go Controller.
- Currently, button assign cannot be changed.
- These are not a 6DoF controller, so we can't play many PCVR games.
- Please consider connecting gamepad on PC.
- Fix the icon on SteamVR window.
v1.6
Note: The version mismatch between client and server cause a crash. Please update both client and server.
To update server, you should simply overwrite the whole install directory.
To update client, put the command adb install -r (apkname)
- Add configuration option for video bitrate, resolution and buffer size.
- If you experienced noisy video, try to increase buffer size.
- Some fixes to reduce latency.
- Fix the issue that frame rendering stops under high latency condition.
- Fix some unstability issue.
- Add automatic driver installation on "Start server".
v1.5
v1.4
- Tune packet buffer on client. Current size is 30Mbps * 50ms.
- More efficient packet processing.
- No compatibility with v1.3 because packet format was changed. Please update server and client simultaneously.
v1.3
v1.2
First release!