How can I play a video in an iPad application using MPMoviePlayer or any other video player, that support reading data from soap response (returned by .net based web services request). I don't have a direct link to the video file or a video file kept local to the iPad.
I can send a webservice request for the video (SOAP request), as a result I will get the the webservice response. Also I will receive the video in chunks from the webservice and not as a one file.
Can someone help me or give some guidance in playing the video from a web service in iPad Application.
Thanks in Advance.