Is there an easy way to stream a m3u in iPhone?
Posted
by marty
on Stack Overflow
See other posts from Stack Overflow
or by marty
Published on 2010-06-10T01:07:59Z
Indexed on
2010/06/10
1:12 UTC
Read the original article
Hit count: 274
I can have a UIWebView with the .m3u file opened, which will go to the webview with a play button displayed, and that automatically goes to the quicktime player and starts playing the stream. But when I press the done button, it goes back to the UIWebView with a little play button in the middle, and from there you can go back to the previous screen (it was selected from a tableview). So I just want it to automatically load the quicktime player in the view. How can I do that?
© Stack Overflow or respective owner