Skip to main content

Questions tagged [exoplayer]

ExoPlayer is an application level media player for Android. It provides an alternative to Android’s MediaPlayer API for playing audio and video both locally and over the Internet. Including DASH and SmoothStreaming adaptive playbacks.

exoplayer
0 votes
0 answers
52 views

MAUI MediaElement: How to Include Access Token in Subsequent Video Requests?

I'm using MAUI's MediaElement to stream a video from a server. The video is being served as a static resource, and it's protected, so I need to send an access token when requesting the video. I have ...
manjuv's user avatar
  • 317
0 votes
0 answers
17 views

rstp player Android Studio TV apk

I'm trying to learn about these issues and I need support. I have a video camera and I want to take images from this camera. Video H264 I can access the image by typing the rtsp address in VLC player. ...
Mustafa TOPAL's user avatar
0 votes
0 answers
12 views

How do I detect if media3 item transition has been triggered from next or previous seek?

I have implemented media3 with MediaSessionService or my song player service and I am using MediaController for my UI side. In my service I also have implemented MediaSession.Callback(). val ...
Debayan Ghosh Dastider's user avatar
0 votes
0 answers
21 views

Playback Notification with Exoplayer3 Android Kotlin

I want to tell you about a problem I'm facing, I need to make a playback notification that will be bound to ExoPlayer. I managed to show the notification, but after showing it, the player stopped ...
Aktan's user avatar
  • 11
0 votes
0 answers
19 views

Exoplayer HLS Cache

Is it possible to cache played hls stream from exoplayer? I was reading a lot about caching of other media types, but I couldn't find any solution for hls streams. There are some old comments like the ...
X3NomoRpH's user avatar
0 votes
1 answer
46 views

Android Media3: How to add seek buttons to the media notification?

After spending an entire week trying to understand this unbelievably complicated library, I am at my wits' end. I am convinced that there is an out-of-the-box solution for this media notification UI ...
Dale Cooper's user avatar
0 votes
1 answer
45 views

Exoplayer in Audio Streaming Android App | exoplayer playing multiple audios from streaming url

This is my Fragment code being hosted on MainActivity: class RadioPlayerFragment : Fragment() { private lateinit var player: SimpleExoPlayer private lateinit var mBinding: ...
Sahar Batool's user avatar
0 votes
0 answers
21 views

Accessing Media3 MediaController in multiple fragments

I have created a PlayerService that inherits MediaSessionService and also has a MediaSession.Callback() as suggested by Android Media3 documentation. Now in order to update the UI based on the ...
Debayan Ghosh Dastider's user avatar
1 vote
1 answer
36 views

How to remove top and bottom padding exo player in android jetpack compose?

I am try to best to remove top and bottom padding but I can't not found any solution. My code // Exo player implementation("androidx.media3:media3-exoplayer:1.4.0-beta01") implementation(&...
Lam Nguyen's user avatar
0 votes
0 answers
20 views

Media3 ExoPlayer PlayerView UI - seekbar doesn't work (change position) and rewind/fast forward buttons are disabled on local MKV file

I'm trying to play a local MKV formatted video file in Media3 using MediaBuilder with ExoPlayer Builder. There is no issue with playing the video, but when I pause the video, it does start again. ...
Black mamba's user avatar
0 votes
0 answers
18 views

Unable to Play any Audio File from Cached File - Media/Exo Player

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
  • 11
1 vote
0 answers
26 views

Exo player animation is canceled

I want to animate the visibility of the exo player after clicking on the button, but the player suddenly disappears or appears suddenly. @Composable fun TestPlayerScreen( modifier: Modifier = ...
Rodion's user avatar
  • 11
0 votes
0 answers
15 views

On Android Flutter, how do I play content ignoring the window manager resolution?

I am in a difficult spot where I am unsure if the issue lies in the Android OS from my vendor, or if the issue lies within my Flutter application? My Android window manager size (from adb shell wm ...
vivideradicator's user avatar
-1 votes
1 answer
50 views

Exoplayer - streaming stops after 8-15 minutes

I have an Android app where I stream audio content. When i put the app into background and turn off the screen, the streaming stops after 8-15m. I suspect device goes into sleep...I've tried aquiring ...
Bruno Laurinec's user avatar
2 votes
1 answer
55 views

ExoPlayer shaking badly during recompositions on Android API 30+

I have tested on different API levels. It happens on API 30+ but on lower API it works fine. The problem exists on emulators and physical devices. Here is brief code of how I declare Player and work ...
ObeyMeee's user avatar

15 30 50 per page
1
2 3 4 5
137