views:

88

answers:

1

Hi,

i want to monitor an icecast stream and write all file information (the actually played mp3) i can get to a local playlist for later processing.

Any ideas how to do that?

+2  A: 

If you wish to extract the stream metadata, the following code project article describes ripping a SHOUTcast stream (same thing as icecast) and extracting the song data i.e. stream metadata:

http://www.codeproject.com/KB/audio-video/SHOUTcastRipper.aspx

chibacity
That looks promising. I will give it a try...
Flynn