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
trafficstars

### [REQUIRED] Issue description Getting error while releasing surface: ``` main|E] EventLogger: playerFailed [4.80, 1.08, window=0, period=0] com.google.android.exoplayer2.ExoPlaybackException: java.lang.IllegalArgumentException at com.google.android.exoplayer2.t.handleMessage(ExoPlayerImplInternal.java:24) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:193) at android.os.HandlerThread.run(HandlerThread.java:65) Caused by: java.lang.IllegalArgumentException:...

question
needs triage

[REQUIRED] Issue description Video fails to play giving that error: errorException: "com.google.android.exoplayer2.mediacodec.MediaCodecRenderer$DecoderInitializationException: Decoder init failed: OMX.qcom.video.decoder.avc, Format(1, null, null, video/avc, null, -1, null, [1920, 1080, -1.0], [-1, -1]) errorString: "Unable...

bug
needs triage

### [REQUIRED] Content description We are getting calls from our customer about playback issue with codec exception. Based on our log, we can see the same customer has been playing...

content not playing

Base on [https://exoplayer.dev/ad-insertion.html](url), " If a media item is repeated, the user will see the corresponding ads only once (the ad playback state stores whether ads have been played, so...

enhancement
low priority

### ExoPlayer Version 2.16.1 ### Devices that reproduce the issue Any android device ### Devices that do not reproduce the issue _No response_ ### Reproducible in the demo app? Not...

question

Hey there, I wasn't sure what was the right issue type to use here, so I thought I'd ask here first. I recently came upon a crash in firebase: `java.lang.UnsupportedOperationException:...

question
needs triage

Been struggling with this problem for a very long time. My Android app uses the Exoplayer (always latest build), to stream internet radio. I'm having real problems trying to get...

question
needs triage

I'm talking about the matrix we can provide to : https://developer.android.com/reference/android/view/TextureView#setTransform(android.graphics.Matrix) Examples of common transform : 1. All of those that we have for ImageView. 2. scale-crop to position. It's...

enhancement
low priority

I tried to write a ZipDataSource, and used both inputstream = zipFile.getInputStream(videoEntry) fromjava.util.zip.ZipFile package and inputstream = zipFile.getInputStream(videoFileHeader) from net.lingala.zip4j.ZipFile package, but none of them worked due to "UnrecognizedInputFormatException".

question

Hi, I am working with CastPlayer and I have some questions about the recovery of the current session. The scenario is: - I start the cast and the content is...

enhancement