I've been researching but didn't find any tutorial on how to play an audio stream from Azure Media Services on Android apps ?
I've went through those tutorials http://azure.microsoft.com/en-us/documentation/articles/media-services-dotnet-get-started/ http://code.msdn.microsoft.com/Windows-Azure-Media-040435f8
But they download an asset not stream it.
There seems to be sth called PlayReady, but I need to license it !! http://www.microsoft.com/playready/features/ClientOptions.aspx
Can anyone guide me to any code/tutorial or where to start such that I could play an audio stream uploaded on Azure Media Services ?
Is it possible that I could obtain a streaming url from azure media services for my uploaded audio file, and then I would just play that normally using the MediaPlayer API on Android ?