Hi Leon
I have managed to solve the problem, by deleting obj/bin folders and rebuilding the App.
The streaming of audio file now works.
Thank you for your help.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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
Hi Leon
I have managed to solve the problem, by deleting obj/bin folders and rebuilding the App.
The streaming of audio file now works.
Thank you for your help.