Reputation: 6772
I am trying to make an application that would play an audio stream (mp3) from the following URL http://icecast6.play.cz/radio1-128.mp3. I am struggling to get it working. Is there any default support for cases like these? That the content is continuously streamed?
I have tried to use Background Audio Agent and set Media Element but none of that has been working for me. Would Background Audio Streamer be an option for me? I would be happy for any similar example that I would use to my advantage.
Thank you
Upvotes: 2
Views: 4370
Reputation: 6178
You can use Microsoft player framework.
For more details Player Framework
Upvotes: 0
Reputation: 6772
I found phonesm project on codeplex that provides great examples and functionality for implementing internet audio streaming.
Upvotes: 1
Reputation: 1560
You need to use BackgroundAudioPlayer by creating another project and adding its reference to your project.
Check this link:
http://msdn.microsoft.com/en-us/library/windowsphone/develop/hh202978%28v=vs.105%29.aspx
Upvotes: 0