利用苹果官方API播放视频
// 创建视频播放器
MPMoviePlayerViewController *vc =
[[MPMoviePlayerViewController alloc] initWithContentURL:[NSURL URLWithString:urlStr]];
// 显示视频
[self presentViewController:vc animated:YES completion:
nil];
转载请注明原文地址: https://ju.6miu.com/read-1295406.html