I need to play a video in iPad, which is to be retrive from a web service. I can not directly give a url to MPMoviePlayerController to play the video. I need to create a SOAP web request to get the video from a webservice.
This webservice returns the request video in a form of chuncks of data, each of some few KBs.
My question is, how can we play these chunks of data in the iPad.
Thanks