I almost any fast scripts. For sure the hard script of the spiral abys.
Oh one more thing, what media player are you using when the issue happens?
The built in media window. I do t use any external one, not been doing much VR lately so.
I did some tests in XTP comparing funscript array indexes to an independent incremented integer and there was no missed funscript data points within the system. This leads me to believe its in the firmware linear interpolation. The firmware is tracking the time elapsed and so is XTP. They may be getting out of sync a bit and its only noticeable with fast movements.
XTP uses the firmware linear interpolation between data points to save throughput across wireless interfaces. Its not required with serial but XTP has no built in linear interpolation at this time. This would explain the other script player not having the issue. What script player is that btw?
Script player+
Its a electron based app.
I assume this is a bit of a doozy to implement? I have no experience in C++ so I wouldnât be able to make my own build and implement that even if I wanted to.
While Qt is C++ based, it adds layers on top that make it easier to code with imo. Ive tried to keep the build simple by only including libraries from the QT repositories. I believe I removed all 3rd party libraries when moving to qt6. XTEngine is the only library referenced in the XTPlayer.pro file qt6 build. Ive not tried the qt5 build in a while so its probably broken and will be removed eventually.
Hi Krull! As the title says âconnect to almost any device with a browserâ, do you think this would connect to my samsung XR and read the scripts from SLR WebVR Hub - VR Porn Hub | SexLikeReal?
/hub is so far the only way to use slr on a Samsung XR ![]()
You most likely can use the browser to play media and sync via XTP web. As far as WebVR hub, I have no experience with. If it uses an API like Heresphere/DeoVR or Whirligig, then it may sync via the external media player option in web. Otherwise, youâll be limited to XTP web sync in the browser.
Doesnt DeoVR connect to SLR?
Idk why it turned the link into what it did. But its sexlikereal . Com / hub , I guess its what the SLR had going for AVP users before they gave them a hyper version.
Ok Iâll have to try out your program, i know in the SLR . Com / hub is shows the scripts tab in the videos play/pause/etc menu, and you access the hub via chrome.
Just trying to find a way to use this damn headset, the display and resolution is crazy good, but there is damn near NO app support for it yet. Even in the playstore for generic video players
The built in oculus quest browser has limited VR 180 support that works with VR videos in XTP web. Maybe the Samsung browser does the same?
I know it works very well on chrome and sexlikereal . Com / hub.
Iâll have to load your program and see if I can get it to work.
OK, unfortunately that doesnât help me lol. Is it possible for you to fix? Or is that not in the plan?
If I find out what causes it of course, will I? I dont knowâŚ
Makes sense. Thx. If I could help I would. If you want to have some people for testing I am willing to do so.
Is there a way to filter multi-axis videos with more than two scripts?
I have a FunSR1 with twist and an SR6. For the SR6 I only want to filter the videos which have roll/pitch/surge/sway so I donât end up with all the script with twist ones designed for the faster FunSR1 - if that makes sense!
So, in practice it would be any video with three or more scripts (for the SR6).
I dont think so. There is a list of funscripts attached to each media items metadata but I dont think theres a way to filter on the count of this list,
Is a way to just isolate all videos that have a particular axis, like pitch or roll?
You can create smart tags for each channel you want to filter on. For example âsurgeâ. After setting up your tags, youâll need to do a full metadata process. After this is done you should be able to filter on the smart tag.
The next release will add OR in the tag filters. This will filter any with tag1 OR tag2. Right now its just tag1 AND tag2.
One downside to this is if the file name has the word âsurgeâ in it it will probably show up in the filter.
Thanks. Iâll check it out.