我在 iOS8 中遇到问题,在 iOS8 的 MPMovieSourceTypeStreaming 中花费了更多时间(大约 4-8 秒),而在 iOS7 中歌曲播放速度更快
这是我的代码:
self.moviePlayerController.movieSourceType = MPMovieSourceTypeStreaming;
self.moviePlayerController setContentURL:[NSURL URLWithString:content.contentURL]];
[[self moviePlayerController] play];
任何想法?