Hi Java world,
I am planning to develop an application that does the following:
1) Receiving an audio streaming from a shoutcast server
2) Decode and push it throught producer to a shared buffer
3) Share audio data to as many consumers are interested to this feed.
What is the best practive for doing this? I tried several things without success.