Hi
I am using MediaElement to Play audio files stored on AWS S3 buckets, using streaming.
Everything is correctly setup and I am populating the MediaElement Source property with the url of the Audio file stored in my S3 bucket.
I get the following error:
[0:] MediaManager: Error: Error codename: ERROR_CODE_IO_BAD_HTTP_STATUS, Error message: Source error.
It does not indicate what is causing the error.
If I copy the url to my browser, the audio file plays without any issues.
The question I have is that does MediaElement support the streaming of files from any storage source on the cloud?
If not, is there another media player streaming solution (nuget) that I can implement on my NET MAUI app.?
The files are too big to download/play.
Thanks