MPMoviePlayerViewController отображает только видео, но не аудио в iOS 5.0.1
Он работает в iOS 5.0 и более ранних версиях.
Вот мои строки кода:
MPMoviePlayerViewController *player = [[MPMoviePlayerViewController alloc] initWithContentURL:[NSURL fileURLWithPath:strDirectoryPath]];
[objMGOptionsViewController.navigationController presentModalViewController:player animated:YES];