forwardPlaybackEndTime does not work
问题 AVPlayerItem has this property forwardPlaybackEndTime The value indicated the time at which playback should end when the playback rate is positive (see AVPlayer’s rate property). The default value is kCMTimeInvalid, which indicates that no end time for forward playback is specified. In this case, the effective end time for forward playback is the item’s duration. But I don't know why it does not work. I tried to set it in AVPlayerItemStatusReadyToPlay , duration available callback, ... but it