ExoPlayer
ExoPlayer copied to clipboard
An extensible media player for Android
### 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?...
Instruct Exoplayer to start download/playback with first segment of a m3u8 manifest not the last one
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,...
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...
### 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...
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...
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...
i have a mkv file which is encrypted only SimpleBlock part (AES-128-ECB) i want to decrypt it how to do..??
### 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?...
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,...