Click the rewind or fast-forward button in the control panel to seek -/+ 10 seconds

${code:setup.js}

Setting up custom UI

Custom player UI can be build using different components exposed by Player UI Framework. To add Rewind and Fast-Forward button, QuickSeekButton component can be add to ControlBar.

The QuickSeekButton component is a button that allows the user to seek forward or backward by a certain amount of time. The amount of time can be configured by setting the seekSeconds property.

The UIContainer returned from the function buildUI is passed in the bitmovin.playerui.UIManager along with player to build custom UI.

${code:buildUI.js}