Question

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?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top