pod_player icon indicating copy to clipboard operation
pod_player copied to clipboard

Video codec error

Open minfosoftware opened this issue 1 year ago • 1 comments

Failed to initialize decoder: OMX.qcom.video.decoder.avc android.media.MediaCodec$CodecException: Error 0xfffffc0e

Video codec error com.google.android.exoplayer2.mediacodec.MediaCodecRenderer$DecoderInitializationException: Decoder init failed: OMX.qcom.video.decoder.avc, Format(1, null, null, video/avc, avc1.640028, -1, null, [1080, 1920, 25.0, null], [-1, -1]) Caused by: android.media.MediaCodec$CodecException: Error 0xfffffc0e

Playback error com.google.android.exoplayer2.ExoPlaybackException: MediaCodecVideoRenderer error, index=0, format=Format(1, null, null, video/avc, avc1.640028, -1, null, [1080, 1920, 25.0, null], [-1, -1]), format_supported=YES

Caused by: com.google.android.exoplayer2.mediacodec.MediaCodecRenderer$DecoderInitializationException: Decoder init failed: OMX.qcom.video.decoder.avc, Format(1, null, null, video/avc, avc1.640028, -1, null, [1080, 1920, 25.0, null], [-1, -1])

Now uninitialized

Unhandled Exception: PlatformException(VideoError, Video player had error com.google.android.exoplayer2.ExoPlaybackException: MediaCodecVideoRenderer error, index=0, format=Format(1, null, null, video/avc, avc1.640028, -1, null, [1080, 1920, 25.0, null], [-1, -1]), format_supported=YES, null, null)

this error how to solve it?

minfosoftware avatar Jul 11 '23 17:07 minfosoftware

I have reported the same problem. https://github.com/newtaDev/pod_player/issues/121

duongtuancanhktpm avatar Jul 28 '23 02:07 duongtuancanhktpm