0

I'm working on a Windows Phone application that displays an audioStream (as radio) but all I found is how to read a video or audio file using mediaElement.

How can i implement mediaStream?

kristianp
  • 5,496
  • 37
  • 56
MarTech
  • 115
  • 3
  • 12

1 Answers1

2

I think you will find the following link on Using Smooth Streaming Media Element for Windows Phone 7 very useful. Basically, you add a reference to Microsoft.Web.Media.SmoothStreaming and use the control SmoothStreamingMediaElement to which you set the SmoothStreamingSource property to whatever stream you need to. Cake.

Tomislav Markovski
  • 12,331
  • 7
  • 50
  • 72
  • You're welcome. Please consider accepting this answer if you found it helpful. – Tomislav Markovski Dec 23 '11 at 19:09
  • I'm trying to play a direct stream source like http://208.53.158.48:8364/ using the smoothstreaming source. But it's not playing this radio station. Could you please guide me how I can play this. Thanks in advance. – Pritam Karmakar Jan 18 '12 at 22:28