Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
36 views

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 ...
wayne chirwa's user avatar
0 votes
1 answer
68 views

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 ...
VanessaF's user avatar
  • 717
1 vote
1 answer
123 views

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 ...
ahmadreza gh's user avatar
0 votes
0 answers
77 views

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 ...
Tuấn Lương Ngọc's user avatar
0 votes
0 answers
64 views

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 ...
Deniz Demirci's user avatar
0 votes
0 answers
33 views

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 ...
John Smith's user avatar
  • 3,645
2 votes
0 answers
97 views

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 ...
DuckLovesBread's user avatar
0 votes
1 answer
606 views

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 ...
chirantha's user avatar
1 vote
1 answer
56 views

This code is needed to implement MediaPlayer functionality. Since the project itself is multiplatform. class AudioPlayerImp(private val client: HttpClient) : AudioPlayer { private var mediaPlayer: ...
Umaq's user avatar
  • 43
0 votes
0 answers
77 views

I am recording voice in my .net maui app in iOS using AVFoundation.AVAudioRecorder. private AVAudioRecorder recorder; ... { var filePath = GetTempFilePath(); url = ...
Reza's user avatar
  • 5,702
0 votes
1 answer
40 views

After I left my project development sleep for a while, I had to get back to it. I'm stuck with the loss of MediaButtonReceiver library ... It used to sit in android.support.v4.media.session....
MF de Préval's user avatar
1 vote
0 answers
453 views

I want to implement the option to choose between hardware and software decoding in ExoPlayer based on user selection. I've implemented the following code: private fun buildRenderersFactory(...
Pratik Fagadiya's user avatar
0 votes
2 answers
142 views

Following is my code to play a video from an url import androidx.appcompat.app.AppCompatActivity; import android.media.MediaPlayer; import android.os.Bundle; import android.view.SurfaceHolder; import ...
amodkanthe's user avatar
  • 4,540
0 votes
0 answers
45 views

I am trying to record the audio using MediaRecorder API of android and save the audio file in the cache directory of the app. The audio file gets saved perfectly into the cache dir and is working fine ...
coDeR's user avatar
  • 41
2 votes
1 answer
107 views

I am working on an Android app using Java, and I have a RecyclerView displaying a list of songs. When a song is selected, it starts playing, and the app navigates to a player Activity. After returning ...
HaxOfficial's user avatar
0 votes
1 answer
402 views

In Android Jetpack Compose when using Exoplayer when an app is defaulted in portrait the time of opening the media player shows media with cropping. But the issue was resolved after switching to ...
Anusha C's user avatar
0 votes
1 answer
55 views

My problem is that I have used the MediaPlayer class in an activity to play music. The music is played online from a link, and I have used the prepareAsync method for audio. At the first time, the ...
Javad Moeini Hadizadeh's user avatar
2 votes
0 answers
280 views

I'm using ExoPlayer in my Android app to play videos using HLS. Sometimes the server returns an empty playlist during playback (only headers without tracks). This happens quite rarely and subsequent ...
BArtWell's user avatar
  • 4,109
5 votes
1 answer
679 views

I would like to take the user directly to the player UI when the user taps on media notification. I see that app is launched (or brought to foreground) but intent extras are null and I cannot take the ...
rysv's user avatar
  • 3,532
0 votes
1 answer
624 views

I need to modify the title shown in the media notification based on the current playback position. According to the documentation, I can use MediaNotification.Provider however the document also says ...
rysv's user avatar
  • 3,532
0 votes
0 answers
354 views

I am encountering an issue on Unity 2022.3.21f where I cannot seem to stream videos recorded by an iPhone on Android. To isolate this problem, I create an empty Unity Project and add a VideoPlayer to ...
Red's user avatar
  • 9
0 votes
1 answer
895 views

Apparently, we can set an HLS media source only to ExoPlayer and not to MediaController in the Activity/Composable. Is there way to pass URL and token to the service so that HLSMediaSource factory can ...
rysv's user avatar
  • 3,532
1 vote
2 answers
1k views

I want to set default start positions of my playlist items (basically to resume from where the user left), to use when playlist item auto transitions to next item. As per my understanding (I am not ...
Akshdeep Singh's user avatar
1 vote
1 answer
519 views

i'm trying to build a media app for android auto. I have tried to build the app according to official documentation but i've missed/misunderstood some stuffs, probably. I've created a "Playable&...
ChaTho's user avatar
  • 761
0 votes
1 answer
115 views

I'm working on an app that involves listening to playlists of audio tracks that are loaded asynchronously from network. the issue here is using mediaplayer, i load (prepare) each audio track after the ...
M.KH's user avatar
  • 472

1
2 3 4 5
96