I am developing an application in that I want to play two video at the same time, That is not possible using MPMoviePlayer
. So I have used AVQueuePlayer
To play video. As I am success to play video but the problem is in jumping to particular time. For that we have method call seekToTime
and we need to variable of the CMTime datatype
.
I am able to jump at time in 1,2,3 seconds etc, My problem that I want to jump at Time 1.2, 1.3 , 1.4 second etc. but I am not able to move the video at that time.
Can any one know the solution of this problem than please help me to solve the problem.