07-31 10:14:30.436 e: [ExoPlayer][EventLogger] playerFailed [eventTime=51.65, mediaPos=626.49, window=0, period=0, errorCode=ERROR_CODE_DECODING_FAILED com.google.android.exoplayer2.q: MediaCodecVideoRenderer e
RemoveDefaultDrmSessionManagerconstructors, useDefaultDrmSessionManager.Builderinstead. Remove two deprecatedHttpDataSource.InvalidResponseCodeExceptionconstructors, use a non-deprecated constructor that accepts additional fields(cause,responseBody) to enhance error logging. RemoveDownloadHelper.forProgressive,Downloa...
PlaybackException introduces an errorCode which identifies the cause of the failure in order to simplify error handling (#1611). Add a DefaultMediaDescriptionAdapter for the PlayerNotificationManager, that makes use of the Player MediaMetadata to populate the notification fields. Add @FallbackType to...
PlaybackException introduces an errorCode which identifies the cause of the failure in order to simplify error handling (#1611). Add a DefaultMediaDescriptionAdapter for the PlayerNotificationManager, that makes use of the Player MediaMetadata to populate the notification fields. Add @FallbackType to...
There will be a limit on the maximum number of hardware decoders that you can instantiate, which you're hitting. Note that 4 is pretty generous. I believe some devices only allow 2. Your best bet is doing as Martin suggests, and modifying the code to use software decoders. You could ...
(omxError 0x80001001, internalError -2147483648) 4148-6324/com.vng.zalo.zmediaplayerdemo E/MediaCodec: Codec reported err 0x80001001, actionCode 0, while in state 6 4148-5336/com.vng.zalo.zmediaplayerdemo W/System.err: java.lang.IllegalStateException 4148-5336/com.vng.zalo.zmediaplayerdemo ...
[REQUIRED] Issue description On Pixel 3 and probably 3a (Android 10) some mp4 videos cannot be played because of failed decoder initialization. On other android os or devices, they work. They also work on iOS and desktop. Link to video: ...
Remove two deprecatedHttpDataSource.InvalidResponseCodeExceptionconstructors, use a non-deprecated constructor that accepts additional fields(cause,responseBody) to enhance error logging. RemoveDownloadHelper.forProgressive,DownloadHelper.forHls,DownloadHelper.forDash, andDownloadHelper.forSmoothStreaming, useDown...