I was thinking to integrate an inGame radio like the GTA series, reading streams from shoutCAST in particular.
I first tried to use the video plugin by rexrainbow, knewing that the HTML5 video tag reads even audio sources. It worked only on Chrome, the stream reads fine.
I wanted to wrap the audio tag but it seems that Android users under 2.1 don't support the HTML5 audio tag. This feature is implemented in Gingerbread. There's a workaround that involves using the video tag instead only for Android as iOS doesn't seem to support this method.
I wanted to write a universal "external audio file reader" for both iOS and Android user, I'm starting to wrap the audio tag but I will need help from someone else.