Getting started with the default UI on Roku
The Roku SDK displays native controls when the controls field on the THEOplayer node is enabled. It is enabled by default, or you can set it explicitly:
<THEOsdk:THEOplayer id="TestPlayer" controls="true" />
Configure the Player and set a source as described in the Roku SDK getting-started guide. Roku renders its native playback controls when playback begins.
Use the default UI how-to guide to remove individual controls. Set controls to false if you want to build a chromeless UI.