Icecast streaming server integration

Is it possible to integrate and play an audio stream coming from an icecast streaming server (or any other audio streaming server)?

Many thanks!

Very much so I would imagine.

I did this for Unity3d leveraging FMOD’s API for a game project called Shroud of the Avatar (the in-game radio they are using).

Using FMOD it is pretty much a half day operation to get up to speed on the API and toss in the example streaming code (C++).

Cheers.