I am using AVplayer to play videos in my app. I am using seekToTime:toleranceBefore:toleranceAfter:
to seek through the video using a slider so the problem is when you slide in forward direction, video seeks perfectly (looks like video is moving faster) but in backward sliding video looks jerky while sliding back (basically not as smooth as sliding florward shows). Does anyone know what the problem is or am I doing something wrong.
Please Help.