For people who want to use DeoVR to play videos from Stash #4777
philpw99
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been using my own fork of Stash designed for DeoVR for some months already, and I find it easy, fast and not rely on complicated setups. I think my release is good enough to share with you guys. It has minimum modification of original Stash, and it works well in Windows. I start the Stash in my Windows 10, and watch my VR videos with my Quest 2 running DeoVR.
So if you are interested, grab a copy here:
https://github.com/philpw99/stash4deovr/releases
and replace the stash-win.exe/stash-linux/stash-macos with the one in my fork ( That's all you need to do.).
This Stash should just work the same like the original. The only difference is : Now if you use DeoVR's browser to go to your Stash address, like "http://192.168.1.10:9999", click on one of the scene you want to watch, you will see something like this under the front cover:
Now you can click on the "Open Ext." to play the VR video natively in DeoVR. DeoVR should know the projection format by the filename. If not, you can always tell DeoVR the project type just once, it will remember it next time.
DeoVR also remembers your progress for each VR video, therefore when you click on the "Open Ext." button again, it will jump to the place you watched last time.
When playing the video, you can click on the time bar to fast forward or go back. And if you click on the "Home" button, you will be back to the scene's web page. There you can go back and continue to browse your video collections.
Not only you can watch VR videos natively, you can watch any other 2D or 3D videos in your collection as long as DeoVR supports it. Note that DeoVR only supports Full SBS video, not the popular Half SBS ones.
You can also set your Stash's URL as the home page of DeoVR, it's in the DeoVR's setting. So next time you open DeoVR, it will open up the Stash page automatically.
The only problem so far, is the browser being too small. You can do the following to make it slightly better:
.VideoPlayer { height: 200px }
Beta Was this translation helpful? Give feedback.
All reactions