Replies: 4 comments 3 replies
-
For whom is interested in the same thing, I already changed the source code and made it work for DeoVR. Here are the steps.
And of course I add only the G:\ directory in the "Configuration" of Stash App. So now "http:/localhost:9999/custom/" is mapped to "G:" folder, and all the VR videos inside should show up in the "Scenes".
to
Note: substr(2) is to remove the starting "G:", which is 2 chars long, then URL encoding will remove the starting "/". Save your changes, then do the compiling. You will have a new Stash.exe |
Beta Was this translation helpful? Give feedback.
-
I'm trying to work out why the direct stream link wouldn't work for you, since it should be basically doing the same thing. The stream link is a direct stream. Did you try removing the link target from the stream anchor element? |
Beta Was this translation helpful? Give feedback.
-
My only issue with using Stash in DeoVR is that it is not a DeoVR compatible site as such the field of view is incredibly restrictive; whereas if it were DeoVR compatible, that would offer the native VR capabiltiies I believe the OP is looking for. At least that is my understanding. I'm on a Quest 2 and I get the mobile UI and everything playsm just way too small of a screensize for me to find enjoyable (very bad eyes). I just use it as an organizer and view content over DLNA. Anyway, fairly new to Stash/XBVR, was looking into the issue, stumbled across this thread and thought maybe I could positively contribute to the convo. I believe this is the pertinent documntation around it. |
Beta Was this translation helpful? Give feedback.
-
If anyone is interested, here is the way to disable the JWPlayer completely. I don't recommend this for regular users.
Now you just need to quote them out, like this:
After that, also quote out the following two lines in the beginning of the file:
Into this:
Then you just compile the project, JWPlayer is now disabled. You can increase the width of Scene details by adding the following CSS style to the "Interface" of Stash App's setting:
Again, this thing is not for everybody. Since I use DeoVR to play all the videos in Stash, JWPlayer is useless for me, but for most users JWPlayer's features are awesome ! |
Beta Was this translation helpful? Give feedback.
-
DeoVR player is my favorite VR player. It comes with a web browser, which I found it limited but useful.
Using the browser with Stash, I can view all the scenes and movies I scraped. However, I cannot click on the "file://..." link, nor the stream link to play the file. The only way DeoVR can properly play the file is that Stash can provide a link directly to the file. No re-muxing, and the link's target cannot be "_blank".
So if Stash could provide a direct link for the scene like
"<a href='http://localhost:9999/scene/123/realfilename.mkv'> the file </a>",
and the<a>
link's target is not "_blank", then DeoVR will be capable of play the VR video directly from the browser, which is a great feature to have.Furthermore, since the JWPlayer is useless in DeoVR's browser, so maybe the Dev can just offer an option to not use JWPlayer, instead just link the screen image to a direct link? This way, playing the VR video under DeoVR player will be a breeze!
I am very willing to offer a bounty for this feature. But since I am very new to the bounty system, I am not sure how and how much to offer. So I put the discussion here and see if any Dev will be interested in this. Thank you !
Beta Was this translation helpful? Give feedback.
All reactions