views:

20

answers:

0

I would like to stream a video from a website, and build a local cache of the played videos. This way the user could stream the video and replay it from local iPhone storage. I would prefer not pre-download the video before playing it to offer a better user experience.

If the MPMoviePlayerController approach is not feasible, could I start a video playback on a file that is not yet completely downloaded?