ios8 - AVPlayer not playing video in iOS 8 -
am trying play video in ios 8, code works fine in ios 7 not in ios 8
nsurl *fileurl = [nsurl fileurlwithpath:path]; self.avplayer = [avplayer playerwithurl:fileurl]; avplayerlayer *layer = [avplayerlayer playerlayerwithplayer:self.avplayer]; self.avplayer.actionatitemend = avplayeractionatitemendnone; layer.frame = cgrectmake(0, 0, 1024, 768); [self.view.layer addsublayer: layer]; [self.avplayer play];
ios8 avplayer
No comments:
Post a Comment