PlexVR is a php-based project for watching your Plex Movies in VR using JanusVR. Basically it writes code for a JanusVR compatible "room", using the url commands from Plex.
See demo
- Oculus Rift
- JanusVR
- local php webserver
- Plex Media Server
- Plex Token
- Section ID
Currently only 60 movies/thumbnails are rendered when entering the room. Nothing dynamic.
0.1
Clone the repository somewhere on your webserver.
Edit settings.php and modify the Plex server IP and your Plex token and the library ID:
$PLEX_URL="http://<plex server IP>:32400";
$PLEX_TOKEN="YOUR-PLEX-TOKEN";
$SECTIONID="Section ID your want to see";
Open Janus and create a new portal, open the PlexVR webserver url and enter the room. Use Fly mode and fly/click on any thumbnail, enter the portal/room and click on the movie-screen to play.