Hi, I am developing an XR app across multiple platforms including Android and iOS mobile devices.
In Android, I grab the URLs from our backend and then paste them into the desired Unity Video Player Component and it works great. When I attempted to use this functionality on Mac and iOS I got an “AVFoundationVideoMedia error while reading”. After further research, it seems to be related to AVFoundationVideoMedia not accepting Presigned URLs. I then looked at a workaround of downloading the full video URL storing it in the local data path and then linking that local path into the Unity Video Player. This worked for Android but it seems to get caught on the download on Mac/iOS. Are Presigned URLs also an issue when downloading to Mac/iOS?
Hey there is there any news to this? We’re also having the same issue. If it’s not private and a public url it’s working fine or if the link ends with the video extensions (Basically all public links)