I'd like to stream a mms:// url to my iPhone app, but so far information on the topic is hard to come by. I know there are a couple apps out there that can do it already (FStream, WunderRadio, Tuner), and I've read a few notes about them possibly using libmms and ffmpeg to accomplish this task.
Does anyone know of a way to achieve this? Is there a library out there I'm missing, or some example to do this already? I was hoping this was going to be as easy as a simple [someLibrary streamMMSUrl:@"mms://mymmsurlhere.com"]
Thanks for any help!