Skip to content

Instantly share code, notes, and snippets.

@michael-riha
Last active January 7, 2019 13:16
Show Gist options
  • Save michael-riha/660192bd22b6b2e697cb92eed1ba41af to your computer and use it in GitHub Desktop.
Save michael-riha/660192bd22b6b2e697cb92eed1ba41af to your computer and use it in GitHub Desktop.
Add a custom GUI to the Bitmovin Android SDK - https://github.com/bitmovin/bitmovin-player-android-samples
//snippet from: https://github.com/bitmovin/bitmovin-player-android-samples/blob/5f0719f954e4ce8faee1bb290bed715a7ae1b935/BasicPlaybackTV/src/main/java/com/bitmovin/samples/tv/playback/basic/MainActivity.java#L64-L68
playerConfiguration.getStyleConfiguration().setPlayerUiJs("file:///android_asset/bitmovinplayer-ui.js");
// JS File can be found -> https://github.com/bitmovin/bitmovin-player-android-samples/tree/5f0719f954e4ce8faee1bb290bed715a7ae1b935/BasicPlaybackTV/src/main/assets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment