I am using AVPlayerDemo open source code for play back of chosen video. The reason why I am using AVPlayerDemo is seeking of each frame is easy compared to MPMoviePlayerController.
In the AVPlayerDemo sample code , I have added a button "Next" where the click on "Next" will make the video to advance to the next frame.
I have got a problem on advancing to the next frame , when the user is at the first frame of the video
When the video's nominalFrameRate is 30 , from the above logic to seek to next frame , the log is mentioned below, on click of "Next" button does not advance the video.