FileStreamResult with mimeType audio/mpeg doesn't play stream when deployed to Azure
There is an online radio published over HTTP and a custom port (e.g. http://44.44.44.44:56/stream/1) and I need to implement a proxy that exposes the same radio stream over HTTPS without a custom port (e.g. https://coolradio.azurewebsites.net/api/radio/AzureStream) I have implemented a dotnet…