UI Configuration

The Bitmovin Player UI offers a wide range of pre-integrated customization options for both the entire UI and individual components.

For a comprehensive list of configuration options for our UI, please refer to the UIConfig API documentation.

To customize various aspects of our UI, the most convenient approach involves providing the UIConfig object during the initialization of the UI. For the Web Player, it is also possible to directly supply the configuration through the PlayerConfig.

The following are some standard configuration options that we will explore in greater detail:

To get even more out of the UI configuration possibilities, you can also configure components individually. The prerequisite for this is to build a custom UI structure where you can customize each component individually. Check out details on the Build a custom UI structure page on how to achieve this.