NSURL *youTubeURL = [NSURL URLWithString:@"http://www.youtube.com/watch?v=HPwyVw_6vsQ&feature=youtu.be"]; // URL is a string which needs to be placed in @"" and close method call with ].
MPMoviePlayerController *player = [[MPMoviePlayerController alloc] initWithContentURL:youTubeURL];
imageSel = [player thumbnailImageAtTime:1.0 timeOption:MPMovieTimeOptionNearestKeyFrame];
ビデオからサムネイルを取得するためにこのコードを使用していますが、これはimageselでnull値を返します.YouTubeのURLを使用しています.メインバンドルにあるビデオにこのコードを使用しているとき、誰でもこの問題を解決できますか?それは正常に動作しています。