Open kekearif opened 8 years ago
Thought it was fixed. However it's not working. Sometimes it gets callback and sometimes it doesn't seems random.
seems to be just on the simulator actually...
I haven't changed the interval on the simulator. But still I don't like that it doesn't work there, I'm gonna check what I could do.
Hey, loving the video player view so far however I seem to have an issue getting callback from
func playerVideo(player: PlayerView, currentTime: Double)
. I have the delegate set andfunc playerVideo(player: PlayerView, duration: Double)
works fine for getting the duration. Tried setting a differentinterval
too usingvideoPlayerView.interval = CMTimeMake(1, 1)
. Any ideas what I might be doing wrong here?