I’m making a WebGL app with Unity 2022.3.2f1.
I want to view the video saved in S3.
I used a presigned url for videoPlayer.url but got the error “AVFoundationVideoMedia error while reading”.
Will the query parameters specified in videoPlayer.url be ignored?
Is there a way to display video like the mp4 in s3?
Unfortunately, we only support clear HTTP and HTTPS URLs. But we want to support it. Please make sure to vote on our roadmap and share your feedback with us Audio and video workflow roadmap | Unity
Late to the party here. I am having the same issue with pre-signed S3 URL that worked in Unity 2022.1.24f1 but is now broken in version 2022.3.25f1.
The_Island mention that “we want to support it” confuses me… it was working. Is there a fix I’m missing?