视频播放

 NSString *file = [[NSBundle mainBundle]pathForResource:@"hj" ofType:@"mp4"];


    AVPlayerViewController *player = [[AVPlayerViewController alloc]init];


    player.player = [AVPlayer playerWithURL:[NSURL fileURLWithPath:file]];


    [self presentViewController:player animated:YES completion:nil];


    [player.playerplay];

你可能感兴趣的:(视频播放)