メディアの再生に MPMoviePlayerController を使用しています。正常に動作しますが、早送りとタイマーのコントロールが無効になっています。次のコードがあります。
moviePlayer = [[MPMoviePlayerController alloc]initWithContentURL:songUrl];
[moviePlayer.backgroundView setBackgroundColor:[UIColor blackColor]];
moviePlayer.controlStyle = MPMovieControlStyleDefault;
moviePlayer.shouldAutoplay = YES;
[moviePlayer setScalingMode:MPMovieScalingModeNone];
[self.view addSubview:moviePlayer.view];
[moviePlayer setFullscreen:YES animated:NO];
次のスクリーンショットがあります。