Due to legal restrictions I need to avoid that the users of my App can seek forward a playing content in AVPlayerViewController.
The only way to do this that I found has been setting the property requiresLinearPlayback to true in my instance of AVPlayerViewController.
Sadly, apart from seeking forward, using this property also limit seeking backwards.
Is there a way to limit seeking forward in AVPlayerViewController, but still allowing seeking backwards?
The only way to do this that I found has been setting the property requiresLinearPlayback to true in my instance of AVPlayerViewController.
Sadly, apart from seeking forward, using this property also limit seeking backwards.
Is there a way to limit seeking forward in AVPlayerViewController, but still allowing seeking backwards?