I want to broadcast the video from the local server into the iPhone. I only get link which is coming from the web-service with any extension of the video.
Video can be in any format..
LIKE :@"avi",@"wmv",@"rmvb",@"flv",@"f4v",@"swf",@"mkv",@"dat",@"vob",@"mts",@"ogg",@"mpg",@"wma"
so,which player is better for my app.
1)MPMovieplaycontroller
or
2)AVPlayer controller
Please help me.