How to properly design video player controls for iPhone X

With the addition of safe area that accounts for the new swipe control (which replaces the home button) and the top notch on iPhone X, I am curious as to what the proper design guidelines are for displaying video.

I looked over the design video and documentation that Apple released briefly after announcing the iPhone X, but there doesn't seem to be too much specifically related to designing for video playback.

How exactly should a seek bar that is normally positioned at the very bottom of the screen work? Is there a way to have the swipe-up control hidden and use edge-protection to keep it hidden when performing a left/right swipe for adjusting video position using a seek bar?

Or would the expected approach be to constrain the bottom of the seek bar view to the bottom edge of the safe area so that the swipe up control is never impeded? This is what seems most likely based off of the iPhone X design guideline documentation.