ExoPlayer
ExoPlayer copied to clipboard
An extensible media player for Android
### [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:...
[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...
### [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...
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...
### 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...
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:...
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...
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...
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".
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...