I'm using this nu-get package to stream mp3 url in a Xamarin Android project: https://github.com/martijn00/XamarinMediaManager
I followed the instructions in the link up there... and it shows the music playing in the notification bar but it is not working (no sound and it's not even starting the song).
Code snippet:
clickButton.Click += (sender, args) =>
{
ClickButtonEvent();
};
private static async void ClickButtonEvent()
{
await CrossMediaManager.Current.Play("http://www.montemagno.com/sample.mp3");
}
I built the sample included in the link, and I got the same result from their sample. Also deployed on real device too, same result!
Image: 
Am I missing something ?
Or is the library broken ?
http://www.montemagno.com/sample.mp3returnsYou don't have permission to access /sample.mp3...