how can I make the AVPlayerLayerexact video frame display in a method seekToTime.
Now [AVPlayer seekToTime:CMTimeMakeWithSeconds(CMTimeGetSeconds(A, B))], it AVPlayerLayerdisplays only a frame at every 1 second change, for example 1.50-2.50-3.50. I want it to display the frame at 4.45 seconds, for example. Is it possible?
source
share