Kieshi
XBVR dev here.
This is how it looks in DeoVR 13.17 on Quest 3:

Video thumbnails are working though.
Here is an excerpt of the deovr API response from XBVR:
"scenes": [
{
"name": "Recent",
"list": [
{
"title": "Sultry Sexy Goddess",
"videoLength": 540,
"thumbnailUrl": "http://192.168.10.169:9999/img/700x/https:/cdn-vr.stasyqvr.com/images/307/1609_cover.jpg",
"video_url": "http://192.168.10.169:9999/deovr/22866"
},
{
"title": "Morning Masturbation",
"videoLength": 660,
"thumbnailUrl": "http://192.168.10.169:9999/imghm/22792/https:/cdn-vr.stasyqvr.com/images/306/1604_cover.jpg",
"video_url": "http://192.168.10.169:9999/deovr/22792"
},
And this is the content of a video_url API resonse:
{
"id": 22866,
"title": "Sultry Sexy Goddess",
"authorized": 1,
"description": "Nikki Mills is not your run-of-the-mill model. This gorgeous lady has all the right curves and moves, and she's ready to make you as horny as she is. You'll get lost once you start staring at her perfectly sculpted ass. In fact, it looks so good that you may not even notice that her face is about as beautiful as it gets. Nikki is classically stunning, with blonde hair, sharp features, and a smirk that lets you know her mind is just as dirty as yours. Because Nikki is such a horny slut, she loves getting naked in front of the camera and giving you a show. Now's the time to pull your cock out and stroke it slowly. Nikki doesn't like to go too fast - she's more of a laid-back girl. Are you ready to give her what she needs?",
"date": 1684965600,
"paysite": {
"id": 1,
"name": "StasyQVR",
"is3rdParty": true
},
"isFavorite": false,
"isScripted": false,
"isWatchlist": false,
"is3d": true,
"thumbnailUrl": "http://192.168.10.169:9999/img/700x/https:/cdn-vr.stasyqvr.com/images/307/1609_cover.jpg",
"rating_avg": 0,
"screenType": "mkx200",
"stereoMode": "sbs",
"videoLength": 591,
"videoThumbnail": "",
"videoPreview": "http://192.168.10.169:9999/api/dms/preview/stasyqvr-307",
"encodings": [
{
"name": "2900p - 2.2 GB",
"videoSources": [
{
"resolution": 2900,
"height": 2900,
"width": 5800,
"size": 2205237092,
"url": "http://192.168.10.169:9999/api/dms/file/61203/Sultry Sexy Goddess"
}
]
}
],
"encodings_spatial": null,
"timeStamps": [
{
"ts": 11,
"name": "Striptease"
}
],
"actors": [
{
"id": 4154,
"name": "Nikki Mills"
}
],
"fullVideoReady": true,
"fullAccess": true
}
Let me know, if we can fix this in our API implementation.