Im getting this error when trying to play a video from my temp directory:
NSString *tmpDir = [NSTemporaryDirectory() stringByAppendingString:@\"/\"]; NSStrin
Use following statement to avoid such error. Please keep in mind that, THE sdk that you are using is under NDA.
[self.mPlayer.moviePlayer setControlStyle:MPMovieControlStyleDefault];