Hi,
I have a query regarding showing a video (which is stored on server) on iPhone.
I want show a video in an iPhone Application. This is not live streaming.
So how the video can be shown? I have read the Apple's documentation for HTTP streaming of video.
Do I need to call a Web Service? Is there any tutorial for this?
I have seen the Apple Sample code for MPMoviePlayer. While the locally stored video works fine, there is problem while showing the video stored on server.
Thanks in advance..