Created
January 4, 2019 08:49
-
-
Save michael-riha/6a291dee847a1417f5869e72fb8daf53 to your computer and use it in GitHub Desktop.
Get the maximum of video quality to display for your viewers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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