|
@@ -258,7 +258,6 @@ NSURL * MKRUrlWithString(NSString *string){
|
|
|
__weak __typeof(self)weakSelf = self;
|
|
|
self.timeObserver = [self.player addPeriodicTimeObserverForInterval:CMTimeMake(0.1*30, 30) queue:dispatch_get_main_queue() usingBlock:^(CMTime time) {
|
|
|
CGFloat currentT = (CGFloat)CMTimeGetSeconds(time);
|
|
|
- NSLog(@"当前时间--->%f",currentT);
|
|
|
if (weakSelf.currentStatus) {
|
|
|
weakSelf.currentStatus.currentDuration = currentT;
|
|
|
}
|