For the first question You can refer to my answer on this topic ios avplayer trigger streaming is out of buffer For the second Here is how I solved this same problem: Inside where you handle the event for buffer empty add this code: if (objec... 続きを読む
1 RT
RT @yusukebe:
Im (a bit of a noob) trying to play an mp3 file that is passed to a view from the previous view. (stored in the NSURL *fileURL variable) Im initialising AVPlayer with player = [AVPlayer playerWithURL:fileURL]; NSLog(@"Player created:%d",playe... 続きを読む