Jakub Holovsky
Jakub Holovsky

Reputation: 6772

Windows Phone 8 - Playing streamed audio (internet radio station)

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

Answers (3)

reza.cse08
reza.cse08

Reputation: 6178

You can use Microsoft player framework.

For more details Player Framework

Upvotes: 0

Jakub Holovsky
Jakub Holovsky

Reputation: 6772

I found phonesm project on codeplex that provides great examples and functionality for implementing internet audio streaming.

Upvotes: 1

vITs
vITs

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

Related Questions