-1

Can someone recommend the best library to retrieve SHOUTcast and Icecast metadata in C or C++? I've looked around but can't seem to find a good library. Thanks in advance!

William Seemann
  • 3,440
  • 10
  • 44
  • 78

1 Answers1

2

If you can't find it yourself, you could try to make your own, based on documentation, you just need to parse the stream, Headers, get the protocol, then there is a field, which tells you the length of each "sound" frame, followed for some meta-data frame, and then again, sound frame.

Here is some information of how shoutcast/icecast works. Hope it helps!

http://www.smackfu.com/stuff/programming/shoutcast.html

Sinn
  • 274
  • 1
  • 7