/ Published in: Objective C
Expand |
Embed | Plain Text
[self.player pause]; self.playerItem = [AVPlayerItem playerItemWithURL:url]; [self.player replaceCurrentItemWithPlayerItem:self.playerItem]; [self.player play]; [self.playerItem addObserver:self forKeyPath:@"status" options:0 context:nil];
You need to login to post a comment.
