Issue with Skybox VR

Hi

I am using rclone on windows. I mounted encrypted google drive and it works without problem with windows file explorer. I can see all files and play video file with VLC.

.\rclone.exe mount --allow-other --log-level DEBUG cryptcloudone: N:

recently I bought a VR device and I want to watch my videos with Skybox VR app (https://skybox.xyz/en/). Skybox server on my windows see the folders and file in rclone drive but can not play the file but it plays same file from my windows local driver. I didn't find any solution.

What happens when you try to play the file?

Are there any error messages in the rclone log?

No there is no error in rclone log

2020/01/02 12:35:36 DEBUG : /Temp/Persian/A Monster in Paris (2011) - 1080p - Persian.mkv: Getattr: fh=0xFFFFFFFFFFFFFFFF
2020/01/02 12:35:36 DEBUG : /Temp/Persian/A Monster in Paris (2011) - 1080p - Persian.mkv: >Getattr: errc=0
2020/01/02 12:35:36 DEBUG : /Temp/Persian/A Monster in Paris (2011) - 1080p - Persian.mkv: Getattr: fh=0xFFFFFFFFFFFFFFFF
2020/01/02 12:35:36 DEBUG : /Temp/Persian/A Monster in Paris (2011) - 1080p - Persian.mkv: >Getattr: errc=0
2020/01/02 12:35:36 DEBUG : /Temp/Persian/A Monster in Paris (2011) - 1080p - Persian.mkv: Open: flags=0x0
2020/01/02 12:35:36 DEBUG : /Temp/Persian/A Monster in Paris (2011) - 1080p - Persian.mkv: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2020/01/02 12:35:36 DEBUG : Temp/Persian/A Monster in Paris (2011) - 1080p - Persian.mkv: Open: flags=O_RDONLY
2020/01/02 12:35:36 DEBUG : Temp/Persian/A Monster in Paris (2011) - 1080p - Persian.mkv: >Open: fd=Temp/Persian/A Monster in Paris (2011) - 1080p - Persian.mkv (r), err=
2020/01/02 12:35:36 DEBUG : /Temp/Persian/A Monster in Paris (2011) - 1080p - Persian.mkv: >OpenFile: fd=Temp/Persian/A Monster in Paris (2011) - 1080p - Persian.mkv (r), err=
2020/01/02 12:35:36 DEBUG : /Temp/Persian/A Monster in Paris (2011) - 1080p - Persian.mkv: >Open: errc=0, fh=0x0
2020/01/02 12:35:36 DEBUG : /Temp/Persian/A Monster in Paris (2011) - 1080p - Persian.mkv: Flush: fh=0x0
2020/01/02 12:35:36 DEBUG : /Temp/Persian/A Monster in Paris (2011) - 1080p - Persian.mkv: >Flush: errc=0
2020/01/02 12:35:36 DEBUG : /Temp/Persian/A Monster in Paris (2011) - 1080p - Persian.mkv: Release: fh=0x0
2020/01/02 12:35:36 DEBUG : /Temp/Persian/A Monster in Paris (2011) - 1080p - Persian.mkv: >Release: errc=0
2020/01/02 12:35:38 DEBUG : Google drive root 'Media': Checking for changes on remote

Also Skybox VR can play files that mounted by the RaiDrive application. but problem is my file encrypted so the RaiDrive is useless here.

this is the log files from the Skybox

Thu Jan 02 2020 12:35:36 GMT+0000 (GMT Standard Time) getSortedListForDir: N:\Temp\Persian\A Monster in Paris (2011) - 1080p - Persian.mkv
Thu Jan 02 2020 12:35:36 GMT+0000 (GMT Standard Time) _RC_debug: "_updateVideoList: list length--1"
Thu Jan 02 2020 12:35:36 GMT+0000 (GMT Standard Time) debug from renderer: "_updateVideoList: list length--1"
Thu Jan 02 2020 12:35:36 GMT+0000 (GMT Standard Time) _RC_debug: "_updateVideoList: list: updated!"
Thu Jan 02 2020 12:35:36 GMT+0000 (GMT Standard Time) debug from renderer: "_updateVideoList: list: updated!"
Thu Jan 02 2020 12:35:36 GMT+0000 (GMT Standard Time) _RC_debug: {"calClientHeight":480,"calScrollHeight":118,"realClientHeight":480,"realScrollHeight":480}
Thu Jan 02 2020 12:35:36 GMT+0000 (GMT Standard Time) debug from renderer: {"calClientHeight":480,"calScrollHeight":118,"realClientHeight":480,"realScrollHeight":480}
Thu Jan 02 2020 12:35:36 GMT+0000 (GMT Standard Time) _RC_debug: {"action":"scrollToTop","id":"23eaf443d9eb4874a21853079a088a12","index":0,"name":"A Monster in Paris (2011) - 1080p - Persian","targetScrollTop":0,"targetStartRow":0}
Thu Jan 02 2020 12:35:36 GMT+0000 (GMT Standard Time) debug from renderer: {"action":"scrollToTop","id":"23eaf443d9eb4874a21853079a088a12","index":0,"name":"A Monster in Paris (2011) - 1080p - Persian","targetScrollTop":0,"targetStartRow":0}
Thu Jan 02 2020 12:35:36 GMT+0000 (GMT Standard Time) _RC_upgradePriority: []
Thu Jan 02 2020 12:35:36 GMT+0000 (GMT Standard Time) _upgradePriority: []
Thu Jan 02 2020 12:35:36 GMT+0000 (GMT Standard Time) imageprocessing: stdout--_handleParentMessage: upgradePriority
_upgradePriority: isPlayerReady--true isProcessing--false currentMissionId--null
_upgradePriority: empty data

You need to include a full log to see what's happening.

I don't know how to attach the full log file and the site does not let me post the log because of character limit so i put them here

Rclone log https://jpst.it/1Zeab
SkyBox VR log https://jpst.it/1ZeaN

Nothing , when Skybox server finish the processing It does not show any file in VR App but when I open the VR app before server processing the files i got invalid file message.

The problem would be the player/client/Skybox is opening and closing the file repeatedly to play it so you are seeing the inherent latency of cloud storage and repeatedly opening and closing of files.

You could try the cache backend as that stores chunks locally as that may help:

https://rclone.org/cache/

Or find a player that works better with cloud storage.

Thanks for your advise ! it works.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.