Player Android / AndroidTV Release 3.6.0
Stable
8/3/2021
3.6.0
Added
PlaybackConfig.audioFilter
andPlaybackConfig.videoFilter
that can be set to a newMediaFilter
to specify how strictly potentially unsupported media tracks and qualities are filtered out of a playback session.TweaksConfig.devicesThatRequireSurfaceWorkaround
to workaround a potential problem with some device'sSurface
implementation.Cue.verticalType
to represent the vertical orientation of a cue
Fixed
- Subtitles being rendered off-screen when using the Bitmovin Player Web UI
Known Issues
- Media tracks and qualities that are definitely not supported during a playback session are now filtered out by default, meaning that they will not be exposed via
Player.availableAudio
,Player.availableAudioQualities
andPlayer.availableVideoQualities
.PlaybackConfig.audioFilter
andPlaybackConfig.videoFilter
can be set to a differentMediaFilter
to make the filtering more strict or to not filter at all - Paddings and font sizes in the Web UI are slightly adjusted