.netwindows-phone-7mediastreamsource

MediaStream on Windows Phone 7


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?


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.