Hi all, In our macOS apps we use our custom movie controller view. From there we call the AVPlayer method seekToTime:(CMTime)time to jump to specific movie times to be displayed in a AVPlayerView.
The following series of actions results in wrong behavior: 1) Use seekToTime: to jump to a position in the movie asset (from a button or a menu item). 2) Try to use the trackpad or the mouse scroll-wheel over the AVPlayerView to scroll the video content forward or backward. The video position jumps to start (time 0) and scrolls from there, instead of scrolling around the programmatically set position from step (1). The problem occurs only if the first user action results to a call to scrollToTime, followed by using the scroll-wheel. Changing the sequence of actions, or after getting the wrong behavior the first time, things behave as expected. Is there any way around this very annoying problem? Christos Konidaris P.S. Also submitted as problem FB7506896. _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
