I've been playing with libmms and iPhone for a bit, and I have managed to connect and read from the mms stream, but after this I'm at a loss of how to send the data from mmsx_read into the AudioQueue, I assume it will have to be using the AudioQueueNewOutput method from Audio Queue Services... I've spent quite a bit of time searching but I can't find any examples...
I also took a look at the code for WunderRadio but only the header files are in the released code.
I'm also not very familiar with objc or c, I've dabbled in both but wouldn't consider myself an expert, so any pointers/suggestions are welcome.