streaming radio on windows phone

537 views Asked by At

i would like to know if is it possible to read a radio stream from a RSS feed on a WP device and while using C# language. ty

1

There are 1 answers

0
Den On

It is possible but it depends on the format of the stream you will be obtaining. The RSS feed by itself contains no streaming data whatsoever, other than the location of the actual media. You might need to use HttpWebRequest to get the data and implement MediaStreamSource to actually process the streamed content.