Advertisement
Guest User

Untitled

a guest
Oct 31st, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. AVURLAsset *urlAsset = [[AVURLAsset alloc] initWithURL:url options:nil];
  2. AVPlayerItem *playerItem = [AVPlayerItem playerItemWithAsset:urlAsset];
  3.  
  4. self.player = [AVPlayer playerWithPlayerItem:self.playerItem];
  5.  
  6. [self.player play];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement