PlayerView
PlayerView copied to clipboard
Not receiving callback from: func playerVideo(player: PlayerView, currentTime: Double)
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 and func playerVideo(player: PlayerView, duration: Double)
works fine for getting the duration. Tried setting a different interval
too using videoPlayerView.interval = CMTimeMake(1, 1)
. Any ideas what I might be doing wrong here?
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.