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.17.1 ### Devices that reproduce the issue Ohm use Amlogic platfom use Android P ### Devices that do not reproduce the issue _No response_ ### Reproducible in...

bug
needs triage

Error content: Decoder failed: OMX. qcom. video. decoder. avc com. google. android. exoplayer2. ExoPlayerImplInternal. handleMessage(ExoPlayerImplInternal.java:575) android. os. Handler. dispatchMessage(Handler.java:102) android. os. Looper. loop(Looper.java:236) android. os. HandlerThread. run(HandlerThread.java:67) Test model M2007J17C...

question
needs triage

Hello, i would like be able to add covers for mp3 streams , i tried this: ``` mediaItem = new MediaItem.Builder().setUri("https:// STREAM mp3").setMediaMetadata( new com.google.android.exoplayer2.MediaMetadata.Builder() .setTitle(" My Stream ") .setArtworkUri(Uri.parse("https://...

enhancement
needs triage

How to specify timeout to load HLS manifest with ExoPlayer? HLS manifest loading ignore option ``` DefaultHttpDataSource.Factory() .setConnectTimeoutMs(timeout) .setReadTimeoutMs(timeout) ``` applies only to tracks/chunks loading.

question
needs triage

Testing with - ExoPlayer r2.17.1 - Android 11 - Nvidia Shield / Android Studio - Exoplayer demo app ``` 2022-03-21 16:58:07.622 3573-3611/com.google.android.exoplayer2.demo I/exoplayer2.dem: Waiting for a blocking GC ProfileSaver 2022-03-21...

bug
needs triage

Hello, I have question about loading multivarant HLS playlist. We currently provide 5 different streams (1 audio, 4 video at different bit rates) served from different hosts, and when observing...

question
needs triage

Hi, this assumption, made in the comment of the code, seems to not be always correct: ``` // Subsequent PES packets may have earlier presentation timestamps than this one, but...

enhancement
low priority

Videos with colour profile HD(1-1-1) are playing with a lot of blur and artifacts, while the same video without this color profile is playing correctly. The bug can be reproduced...

bug
needs triage

The following video file is failed to play on Pixel 4 running Android 12 beta 5, but playing without issue on LG G7 running Android 10 (both are physical devices):...

bug: in platform

ExoPlayer provides options to enable index-based seeking and constant bitrate seeking, but in order to choose an appropriate strategy for some arbitrary media file (e.g. an arbitrary URL not under...

enhancement