4,773 questions
-1 votes
0 answers
44 views
Blur overlay that works on top of PlayerView using android java or kotlin
So i have these 2 PlayerView one top one bottom and they are mirrored one on top have full scale then the bottom one is compressed to fill the bottom part. So i want a blurr overlay that will be on ...
0 votes
0 answers
74 views
Wrong video/audio briefly plays on flutter media_kit player before correct track starts in playlist
I'm using flutter media_kit 1.2.0 library in my project and the task is to put tracks into playlist and play one after another in schedule. Each video has own index so by schedule a bloc passes index ...
0 votes
1 answer
68 views
onBindViewHolder in Android recylerview is not called when update is triggered via setOnCompletionListener
I have been having a problem since quite some time and I have tried many things to understand and get rid of it without any success. Actually I am developing a music app with different songs that can ...
0 votes
0 answers
42 views
LargeIcon in a media notification appears extremely pixelated even though the bitmap/original album art is of good quality
When viewing my media notification the LargeIcon of the albumart is very pixelated. However Samsung Music's notification of the same albumart is of the correct resolution. I've attached 4 images below ...
1 vote
1 answer
130 views
Playing media in the background and stop it when needed
I want to create an activity that includes an androidx.media3.ui.PlayerView. The player should play a video using a foreground service, allowing media playback to continue even when the app is ...
0 votes
0 answers
45 views
How can I make the video container take up the full screen when Android goes into full screen mode?
I am working on an Android project where I have a fragment that broadcasts a channel. I use media3.ui.player as VideoView. There is no problem in portrait mode, but when I switch to full screen mode, ...
0 votes
0 answers
81 views
Create MediaSessionService and customize Media Notification
I am making a music player Android App with Kotlin and building UI with Jetpack Compose, using ExoPlayer as the player. Currently I'm using Hilt to inject ExoPlayer directly into the ViewModel ...
0 votes
0 answers
122 views
Which permissions should we use when implementing a video player in 2025?
For example a popular VLC player app uses "Manage all files" permission (MANAGE_EXTERNAL_STORAGE). It's not easy for other video player developers to use this permission and pass the review ...
0 votes
0 answers
64 views
Media3 android auto closes now playing screen when stream changes
I support different types of streams in the app. When a transition between streams happens while on the Now Playing screen, Android Auto closes the screen. I migrated the app from legacy ExoPlayer to ...
0 votes
0 answers
81 views
Unexplained text on Android Auto screen
I'm working on a MP3 player for Android Auto and I noticed some debugging(?) text on the AA screen in the Windows Headunit. See the example in the screen shot below - "Step: 1, Template: ...
0 votes
0 answers
34 views
Android >31, how to send MediaPlayer through speaker, NO USER REQUIRED PERMISSIONS
I have the following code. When the alarm is triggered, if I have a bluetooth device connected, it will play on through bluetooth. I have found an app that when playing an alarm, it plays through both ...
0 votes
1 answer
661 views
What does "Unable to match the desired swap behavior" mean when using the android.media.MediaPlayer.create() function?
I am using AIDE for Android, and have 2 java files (one is MainActivity.java, and the other is M4APlayer.Java). During the onCreate() call, I have a text changed listener attached to an EditText ...
2 votes
0 answers
97 views
How to sync multiple Android media MusicPlayers with low latency
I’m developing an Android app that needs to play five audio tracks of a song simultaneously. I'm currently using the Android MediaPlayer package for playback. However, precise synchronization is ...
0 votes
1 answer
56 views
play temp file (created by combining raw flac files) in android app using mediaplayer
I have raw files named zero.flac , one.flac , ... , nine.flac My app has minimum api 28 and I am using kotlin. My app will take number input from user and read it sequentially There will be option to ...
0 votes
1 answer
620 views
How to Play UDP Streams Using Media3 (ExoPlayer)?
I'm currently working on an Android app using the Media3 (ExoPlayer) library to stream video content. I've successfully implemented playback for HTTP streams, but I'm having trouble playing a UDP ...