ExoPlayer icon indicating copy to clipboard operation
ExoPlayer copied to clipboard

An extensible media player for Android

Results 296 ExoPlayer issues
Sort by recently updated
recently updated
newest added

### ExoPlayer Version 2.18.0 ### Devices that reproduce the issue Samsung Galaxy S21 Ultra ### Devices that do not reproduce the issue _No response_ ### Reproducible in the demo app?...

question

Upfront, I googled a lot and could not find any answer. Maybe I have gooled with wrong string, but Itried various search strings nothing. We use Exoplayer as general player,...

question

as MappingTrackSelectorTest#selectTracks_multipleVideoAndAudioTracks_mappedToSameRenderer defined 4 renderers, 2 video renderers two audio renderers, for better, check all renderer mapped TrackGroups

It is possible to get real url (after redirections) if error occured? Class LoadEventInfo contains url and if no error (event onLoadCompleted) in this field I have real url. But...

enhancement

### ExoPlayer Version 2.18.1 ### Devices that reproduce the issue Pixel6 Android 13 S10 Android 11 ### Devices that do not reproduce the issue _No response_ ### Reproducible in the...

bug
needs triage

It works perfect when play a single .m4a file with ProgressiveMediaSource. But it seems not sealmess when play the same audio file with ClippingMediaSource and ConcatenatingMediaSource. For example ``` val...

enhancement

I have a very specific case in my app where I download a live stream into a local file, then I am playing the local file using ExoPlayer while the...

question

i have a mkv file which is encrypted only SimpleBlock part (AES-128-ECB) i want to decrypt it how to do..??

question

### ExoPlayer Version 2.17.1 ### Devices that reproduce the issue *Longtv box Android 7.0 ### Devices that do not reproduce the issue _No response_ ### Reproducible in the demo app?...

bug
bug: device specific

I use ConcatenatingMediaSource to play multiple videos continuously, but sometimes it will pause for a while when playing the next video, is there a good solution to solve this problem,...

question