Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ExoPlayer play video error #11153

Open
arwzhao opened this issue May 6, 2023 · 3 comments
Open

ExoPlayer play video error #11153

arwzhao opened this issue May 6, 2023 · 3 comments
Assignees
Labels

Comments

@arwzhao
Copy link

arwzhao commented May 6, 2023

04-26 20:48:36.209 6206 8277 E ExoPlayerImplInternal: Playback error
04-26 20:48:36.209 6206 8277 E ExoPlayerImplInternal: com.google.android.exoplayer2.ExoPlaybackException: MediaCodecVideoRenderer error, index=0, format=Format(1, null, null, video/avc, avc1.4D402A, -1, null, [1280, 720, 25.0], [-1, -1]), format_supported=YES
04-26 20:48:36.209 6206 8277 E ExoPlayerImplInternal: at com.google.android.exoplayer2.ExoPlayerImplInternal.handleMessage(ExoPlayerImplInternal.java:566)
04-26 20:48:36.209 6206 8277 E ExoPlayerImplInternal: at android.os.Handler.dispatchMessage(Handler.java:102)
04-26 20:48:36.209 6206 8277 E ExoPlayerImplInternal: at android.os.Looper.loop(Looper.java:223)
04-26 20:48:36.209 6206 8277 E ExoPlayerImplInternal: at android.os.HandlerThread.run(HandlerThread.java:67)
04-26 20:48:36.209 6206 8277 E ExoPlayerImplInternal: Caused by: com.google.android.exoplayer2.video.MediaCodecVideoDecoderException: Decoder failed: c2.qti.avc.decoder
04-26 20:48:36.209 6206 8277 E ExoPlayerImplInternal: at com.google.android.exoplayer2.video.MediaCodecVideoRenderer.createDecoderException(MediaCodecVideoRenderer.java:1590)
04-26 20:48:36.209 6206 8277 E ExoPlayerImplInternal: at com.google.android.exoplayer2.mediacodec.MediaCodecRenderer.render(MediaCodecRenderer.java:813)
04-26 20:48:36.209 6206 8277 E ExoPlayerImplInternal: at com.google.android.exoplayer2.ExoPlayerImplInternal.doSomeWork(ExoPlayerImplInternal.java:989)
04-26 20:48:36.209 6206 8277 E ExoPlayerImplInternal: at com.google.android.exoplayer2.ExoPlayerImplInternal.handleMessage(ExoPlayerImplInternal.java:490)
04-26 20:48:36.209 6206 8277 E ExoPlayerImplInternal: ... 3 more
04-26 20:48:36.209 6206 8277 E ExoPlayerImplInternal: Caused by: java.lang.IllegalStateException
04-26 20:48:36.209 6206 8277 E ExoPlayerImplInternal: at android.media.MediaCodec.native_dequeueInputBuffer(Native Method)
04-26 20:48:36.209 6206 8277 E ExoPlayerImplInternal: at android.media.MediaCodec.dequeueInputBuffer(MediaCodec.java:2855)
04-26 20:48:36.209 6206 8277 E ExoPlayerImplInternal: at com.google.android.exoplayer2.mediacodec.SynchronousMediaCodecAdapter.dequeueInputBufferIndex(SynchronousMediaCodecAdapter.java:99)
04-26 20:48:36.209 6206 8277 E ExoPlayerImplInternal: at com.google.android.exoplayer2.mediacodec.MediaCodecRenderer.feedInputBuffer(MediaCodecRenderer.java:1190)
04-26 20:48:36.209 6206 8277 E ExoPlayerImplInternal: at com.google.android.exoplayer2.mediacodec.MediaCodecRenderer.render(MediaCodecRenderer.java:794)
04-26 20:48:36.209 6206 8277 E ExoPlayerImplInternal: ... 5 more
04-26 20:48:36.209 1624 2365 D Client : clientCallBack!! data:ClientCbData{code=4, serviceId=177, operationId=28, seqNr=111, opType=0, dataType=0, proc=0, payloadLen=0, payload=[]}
04-26 20:48:36.209 1624 2365 I Client : clientCallBack: =MSG_SEND_SUC=
04-26 20:48:36.209 1624 2365 D IPCP Utils: byte2hex: data is NULL

@microkatz
Copy link
Contributor

Hello @arwzhao,

Could you please provide the complete information as requested in the issue template. The issue template can
be found here.
If you're unable to share bug reports or
test content publicly, please send them to dev.exoplayer@gmail.com using a subject in the format
"Issue #11153". Please also update this issue to
indicate you've done this.

@tomake
Copy link

tomake commented Jun 8, 2023

same issue with me

@microkatz
Copy link
Contributor

Hello @tomake,

Could you please provide the complete information as requested in the issue template. The issue template can
be found here. If you're unable to share bug reports or test content publicly, please send them to android-media-github@google.com using a subject in the format "Issue #11153". Please also update this issue to indicate you've done this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants