Video urls and Quest

Hi,

I’m trying to make a 360 video player for Oculus Quest and I use the AvProVideo plug-in.
Everything works fine on Unity. I can watch videos both from a local folder and from a Url e.g rtsp, http.
But when I run it on Quest I cannot see anything. I just watch the background.
I tried to run the video player of Unity with this link http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/ForBiggerJoyrides.mp4 and it doesn’t show anything.
It seems that Quest cannot play the urls.
I have give the permission for Internet Access in the player settings.
Do you have any idea why is this happening?

Any solution? Same issue…

I had a similar issue - a video URL could stream to the application running on my development machine, but just resulted in a blank screen that wouldn’t load the video when built and run on an Oculus Quest 2. But when I moved the video files to a server using SSL (an https connection rather than an http connection) then the Oculus was able to stream correctly.

1 Like