This is my code in the viewDidLoad :
AVPlayerItem* playerItem = [AVPlayerItem playerItemWithURL:[NSURL URLWithString:@\"http://groove.wavestreamer.com:7321/l
Use AVPlayer method seekToTime
seekToTime
AVPlayer *player=..; [player seekToTime:time toleranceBefore:kCMTimeZero toleranceAfter:kCMTimeZero];
here is a reference
Hope it helps