Iphone SDK streaming the movies

366 Views Asked by At

i want to stream/play some movies with iphone. I have implemented the MPMoviePlayerViewController like that:

MPMoviePlayerViewController* theMoviePlayer = [[MPMoviePlayerViewController alloc] initWithContentURL:videoURL]; 
[self presentMoviePlayerViewControllerAnimated:theMoviePlayer];

But the streaming/playing is too slow. I have a normal server, also it doesn't provide streaming options.

My question is : Must i have a stream-server or should i have configure something on my code?

Thanks, best regards.

1

There are 1 best solutions below

8
On

Well, to determine whether the problem is with server or not, try to play some local video file on your host.