I want to do radio streaming in my application.For that i have tried following code.But this code is not working.Can anyone tell me what i am missing? First i have added following reference in .xaml file
xmlns:smooth="clr-namespace:Microsoft.Web.Media.SmoothStreaming;assembly=Microsoft.Web.Media.SmoothStreaming"
and then i have added following code
<smooth:SmoothStreamingMediaElement x:Name="streamer" AutoPlay="True" Source="http://208.53.158.48:8364"/>
but it is not streaming. If you copy above URL in browser then one page will be opened.In that page there is a "Listen" button. By clicking on that button one .pls file will be downloaded and by opening it the song will be played. So can any one suggest me how to do streaming from above link?
