I am facing issue in iOS8, it took more time(around 4-8 sec) in MPMovieSourceTypeStreaming for iOS8 while song is played faster in iOS7
Here is my code:
self.moviePlayerController.movieSourceType = MPMovieSourceTypeStreaming;
self.moviePlayerController setContentURL:[NSURL URLWithString:content.contentURL]];
[[self moviePlayerController] play];
Any idea?