Play VR videos right from the browser.
Use the online version on your web browser. Choose the video with file picker.
use the cli version to launch an instance directly from your PC.
git clone --depth=1 https://github.com/raffleberry/vr-video-player
npm install
npm run devhost
# optional
# use test/files.py to serve videos from local folder
# don't forget to set VITE_LISTING_URL & VITE_FILE_GET_URL in .env file
Tested on Cardboard VR on Pixel 6a(Chrome)
Since this project is built with aframe, it should be compatible with WebXR compatible VR headsets(More Info.)
Any contributions you make are greatly appreciated. Don't forget to open an issue before you do.