Вопрос

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?

Это было полезно?

Решение

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.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top