Flickering background blur in Android Auto player screen for livestreams
@marcbaechinger is already working on this.
Since Jul 24, 2026.
- Dominant language
- Java
- Stars
- 3k
- Forks
- 955
- Avg merge
- 12d 14h
- Merged PRs (30d)
- 2
Description
Version
Media3 1.10.1
More version details
No response
Devices that reproduce the issue
Desktop head unit in combination with Android device with version 17.2.662634-release of Android Auto app. I noticed that in this case the desktop head unit will have the "new" UI for the player screen:
https://github.com/user-attachments/assets/5d7e5255-b668-4a63-9422-bf82e785c995
Devices that do not reproduce the issue
Desktop head unit in combination with other Android device with version 17.2.662444-release of Android Auto app. I noticed that in this case the desktop head unit will have the "old" UI for the player screen:
Reproducible in the demo app?
No (the demo app does not have the possibility to play a dash livestream)
Reproduction steps
Steps to reproduce:
- Play a dash livestream and go to the Android Auto player screen
- The background blur will flicker each 2 seconds
- The 2 second interval matches the
minUpdatePeriodMsof the dash manifest
- The 2 second interval matches the
Notes:
- The flickering also occurs when playback is paused
- The flickering does not occur when on-demand content is played
- The flickering does not occur with our current version of the app which does not yet use media3 but uses media compat
- The flickering does not occur when the desktop head unit has the "old" UI for the player screen
Expected result
The background blur will not flicker when playing a livestream
Actual result
The background blur will flicker each 2 seconds
Media
Our dash livestreams are protected and authorization is needed before they can be played. Hopefully this issue can be troubleshooted without the requirement to access our dash livestreams, but otherwise I will see how access can be arranged.
Bug Report
- You will email the zip file produced by
adb bugreportto android-media-github@google.com after filing this issue.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.