I\'ve seen this mentioned a few places around the web but have yet to find answer anywhere.
I am using ALMovieplayercontroller library. Everything works fine but whe
If im not mistaken ALMovieplayercontroller is an extension of MPMoviePlayerController. So try setting the source type of the player to stream.
ALMovieplayercontroller
MPMoviePlayerController
moviePlayer.movieSourceType = MPMovieSourceTypeStreaming;