Oculus Go storage file path

Hi there,

I am building an app for an installation running on Oculus Go.
The app plays a large video and I want to host it on the device’s internal storage and link to it in the url field of the VideoPlayer component. However, I can’t seem to find the correct file path to use for this, I’ve tried a few examples of Android file path structures but with no success.

Can anyone advise?
Thanks!

I have the same problem. Did you find your solution ?,Hello, i have the same problem. Did you find a solution ?

/mnt/sdcard/whatever the folder name is you put the movies in/movieFileName.mp4

Had to use this for a project recently to play a few different large videos off the device.

Has the file path changed. I used this on a single video build but when I tried to build multiple scenes with multiple videos using the file path for each video, the videos no longer play. I tried creating folders for each video as well. My start scene has no videos but I pull the trigger to go to next scene and it goes to a black screen