As I want to show a tv channel in iphone app through http live streaming..is there any sample code and tutorial for it..I have to get any URL from the server of TV Channel…what is the type of 开发者_高级运维url? I verified the appledocument
MPMoviePlayerController
accepts URLs that refer to .m3u8
files, and natively supports HTTP Live Streaming.
精彩评论