36Kr-Mobile/KRVideoPlayer

播放少一秒

hzx157 opened this issue · 3 comments

播放少一秒

我这儿也是进度条最后一秒不播放,不知道是少播放了一秒还是进度条显示的有问题

修改两个地方

  1. self.durationTimer = [NSTimer scheduledTimerWithTimeInterval:0.2 target:self selector:@selector(monitorVideoPlayback) userInfo:nil repeats:YES];

self.videoControl.progressSlider.maximumValue =floorf(duration);

欢迎PR