I am tryng to publish an application for Iphone on App store. But apple rejected my application . The reason was 9.4 Application using media content that more than 10 minutes must use HTTP live stream.
In my application it uses videos from many servers. like "http://video.teknomart.com.tr/3-13-2.mp4"
With media player controller I play the video. with initwithFileURL method. but I dont know How to use it with http live stream .I have looked up http://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/StreamingMediaGuide/Introduction/Introduction.html. that apple referenced me. but I did not understand exactly.