Read Song Title/Artist from a live audio stream with Silverlight 4?

Posted by Brent Pabst on Stack Overflow See other posts from Stack Overflow or by Brent Pabst
Published on 2010-05-05T18:02:35Z Indexed on 2010/05/05 18:08 UTC
Read the original article Hit count: 689

I have a SL4 project that is successfully streaming a great sounding WMA audio stream from a remote location. All of the MediaElement actions are straight forward.

What I want to do is read the attributes that are passed as text along with the Audio stream. For instance the encoder of the stream embeds the title of the stream, the title of the song playing and the name of the artist for the current song.

How would I pick this out using Silverlight 4 and then display it in a Label to the user?

It sure would be easier than writing a bunch of web services to do the same thing. Windows Media Player and WinAmp all get the information I am just not seeing it in the MediaElement object collection.

© Stack Overflow or respective owner

Related posts about silverlight-4.0

Related posts about Silverlight