VisionOSVideoComponent to play online videos

Hi,
Is there a way to play mp4 videos on a server with VisionOSVideoComponent?

According to the manual, video files need to be located at ../StreamingAssets/VisionOSVideoClips/.
However, StreamingAssets folder is not writable at runtime. So, I cannot download and store video files into the StreamingAssets folder.

Should we assume that it’s not possible to play online video no matter what method we use?

correct at this time the VisionOSVideoComponent can only play local files. The normal Unity video component should support streamed / online videos as it does on other platforms.

Thank you. I am looking forward to its version up.