在使用HTTP Live Streaming (HLS)的iOS项目中,我们发现当应用程序使用 AirPlay 在 Apple TV 上播放流媒体时,AVPlayer的属性返回. 换句话说:currentDate
currentItem
nil
AVPlayerItem *item = [player currentItem]; //Where "player" is the AVPlayer object.
NSDate *date = [item currentDate]; //date is nil, when using AirPlay.
那么,是否有可能通过其他方式获得该 currentDate ?