Skip to main content
The 2024 Developer Survey results are live! See the results

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.

0 votes
0 answers
21 views

make video full screen on click

i'm writing app using kotlin and i facing this problem i can't switch video player to full screen this is my xml file : <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android&...
Alucard's user avatar
0 votes
0 answers
27 views

I face blank screen issue in app when continuous used. Does anybody have idea about what's happening? [closed]

I am testing for KIOSK android application. This is a food ordering KIOSK application. KIOSK RAM is 8GB. Flow of the application is: User comes to app, At first banner video is playing. Video ...
Manoj Kumar's user avatar
0 votes
0 answers
22 views

Split screen stereoscopic 360 VR video in Android ExoPlayer

I want to make 360 stereoscopic(two eyes) video in ExoPlayer, but i only manage to get 360 video What i want My onCreate method. override fun onCreate(savedInstanceState: Bundle?) { super....
Лыкасов Александр's user avatar
0 votes
0 answers
11 views

I encountered the problem of importing Media3

I was completely confused. I want to use the https://www.geeksforgeeks.org/exoplayer-in-android-with-example/ example on the web and install and use Exoplayer. I made a mistake at the very beginning. ...
Nader Naderi's user avatar
0 votes
0 answers
55 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
19 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
18 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
24 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
21 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
66 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
46 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
23 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
37 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
24 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
19 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

15 30 50 per page
1
2 3 4 5
137