Skip to content

Instantly share code, notes, and snippets.

@michael-riha
Created January 4, 2019 08:49
Show Gist options
  • Save michael-riha/6a291dee847a1417f5869e72fb8daf53 to your computer and use it in GitHub Desktop.
Save michael-riha/6a291dee847a1417f5869e72fb8daf53 to your computer and use it in GitHub Desktop.
Get the maximum of video quality to display for your viewers
// paste this inside: https://github.com/bitmovin/bitmovin-player-android-samples/blob/5f0719f954e4ce8faee1bb290bed715a7ae1b935/BasicPlaybackTV/src/main/java/com/bitmovin/samples/tv/playback/basic/MainActivity.java#L69
// Do this to get a good startup quality. try to start with a rendition around 12Mbit in this case
playerConfiguration.getAdaptationConfiguration().setStartupBitrate(12_000_000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment