TVML App: Disable Video Scrubber

Is it possible to disable the video scrubber in a TVML app? I know we can in a native Swift app, but we're building TVML rather than Swift. We want to simulate a streaming functionality, which doesn't let the user ff/rewind/pause - it's as if they are watching a live stream even though really it's just a continuous schedule of mp4 videos.


I've seen where I can listen to "shouldHandleStateChange" events and return false for the "pause" event, which stops the scrubber from actually doing anything, but it still shows the scrubber and allows the user to interact with it - which seems counterintuitive.

Replies

I see

showsPlaybackControls
Property - did you try that?