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

Wifi error reported, no wifi issue #9010

Closed
6 tasks done
Packjackisback opened this issue Sep 23, 2022 · 2 comments
Closed
6 tasks done

Wifi error reported, no wifi issue #9010

Packjackisback opened this issue Sep 23, 2022 · 2 comments
Labels
duplicate Issue or discussion is a duplicate of an existing issue or discussion template ignored The user didn't follow the template/instructions (or removed them)

Comments

@Packjackisback
Copy link

Checklist

  • I am able to reproduce the bug with the latest version.
  • I made sure that there are no existing issues - open or closed - which I could contribute my information to.
  • I have read the FAQ and my problem isn't listed.
  • I have taken the time to fill in all the required details. I understand that the bug report will be dismissed otherwise.
  • This issue contains only one bug.
  • I have read and understood the contribution guidelines.

Affected version

0.23.3

Steps to reproduce the bug

  1. Go to my subscriptions feed
  2. Load a video

Expected behavior

It to play the video, adless and free. (Thx btw)

Actual behavior

It raises an error, but only in my subscriptions

Screenshots/Screen recordings

Screenshot_20220922-215443

Logs

Exception

  • User Action: play stream
  • Request: Player error[type=ERROR_CODE_DECODER_INIT_FAILED] occurred while playing https://www.youtube.com/watch?v=BEXFJJU6X3Q
  • Content Country: US
  • Content Language: en-US
  • App Language: en_US
  • Service: YouTube
  • Version: 0.23.3
  • OS: Linux Android 7.0 - 24
Crash log

com.google.android.exoplayer2.ExoPlaybackException: MediaCodecVideoRenderer error, index=0, format=Format(136, null, null, video/avc, avc1.64001F, 1766503, null, [720, 1280, 30.0], [-1, -1]), format_supported=NO_EXCEEDS_CAPABILITIES
	at com.google.android.exoplayer2.ExoPlayerImplInternal.handleMessage(ExoPlayerImplInternal.java:575)
	at android.os.Handler.dispatchMessage(Handler.java:98)
	at android.os.Looper.loop(Looper.java:154)
	at android.os.HandlerThread.run(HandlerThread.java:61)
Caused by: com.google.android.exoplayer2.mediacodec.MediaCodecRenderer$DecoderInitializationException: Decoder init failed: OMX.Exynos.AVC.Decoder, Format(136, null, null, video/avc, avc1.64001F, 1766503, null, [720, 1280, 30.0], [-1, -1])
	at com.google.android.exoplayer2.mediacodec.MediaCodecRenderer.maybeInitCodecWithFallback(MediaCodecRenderer.java:1017)
	at com.google.android.exoplayer2.mediacodec.MediaCodecRenderer.maybeInitCodecOrBypass(MediaCodecRenderer.java:546)
	at com.google.android.exoplayer2.mediacodec.MediaCodecRenderer.onInputFormatChanged(MediaCodecRenderer.java:1437)
	at com.google.android.exoplayer2.video.MediaCodecVideoRenderer.onInputFormatChanged(MediaCodecVideoRenderer.java:799)
	at com.google.android.exoplayer2.mediacodec.MediaCodecRenderer.readSourceOmittingSampleData(MediaCodecRenderer.java:950)
	at com.google.android.exoplayer2.mediacodec.MediaCodecRenderer.render(MediaCodecRenderer.java:779)
	at com.google.android.exoplayer2.ExoPlayerImplInternal.doSomeWork(ExoPlayerImplInternal.java:998)
	at com.google.android.exoplayer2.ExoPlayerImplInternal.handleMessage(ExoPlayerImplInternal.java:499)
	... 3 more
Caused by: java.io.IOException: Failed to find matching codec OMX.Exynos.AVC.Decoder, error 0x80000000
	at android.media.MediaCodec.native_setup(Native Method)
	at android.media.MediaCodec.<init>(MediaCodec.java:1774)
	at android.media.MediaCodec.createByCodecName(MediaCodec.java:1755)
	at com.google.android.exoplayer2.mediacodec.SynchronousMediaCodecAdapter$Factory.createCodec(SynchronousMediaCodecAdapter.java:74)
	at com.google.android.exoplayer2.mediacodec.SynchronousMediaCodecAdapter$Factory.createAdapter(SynchronousMediaCodecAdapter.java:49)
	at com.google.android.exoplayer2.mediacodec.DefaultMediaCodecAdapterFactory.createAdapter(DefaultMediaCodecAdapterFactory.java:130)
	at com.google.android.exoplayer2.mediacodec.MediaCodecRenderer.initCodec(MediaCodecRenderer.java:1095)
	at com.google.android.exoplayer2.mediacodec.MediaCodecRenderer.maybeInitCodecWithFallback(MediaCodecRenderer.java:1006)
	... 10 more


Affected Android/Custom ROM version

Aosp for android 7.0

Affected device model

Samsung tab s s-t807

Additional information

It seems to be weird with my subscriptions, but it might be another factor I haven't considered

@Packjackisback Packjackisback added bug Issue is related to a bug needs triage Issue is not yet ready for PR authors to take up labels Sep 23, 2022
@pheonix3082

This comment was marked as off-topic.

@AudricV
Copy link
Member

AudricV commented Sep 27, 2022

Failed to find matching codec OMX.Exynos.AVC.Decoder, error 0x80000000

Your device reports video decoders that are in fact not available. There is nothing we can do on our side to fix this except better error handling to show you more details about the error.

As you have a custom ROM, this may be probably the origin of your issue.

So this bug is not a Wifi issue at all.

  • I made sure that there are no existing issues - open or closed - which I could contribute my information to.

Closing as a duplicate of #8016, as it is a MediaCodecVideoRenderer error. You should have posted your stacktrace with some context here, instead of opening a duplicate issue (don't post your error in the issue now). Thank you.

@AudricV AudricV closed this as completed Sep 27, 2022
@AudricV AudricV added template ignored The user didn't follow the template/instructions (or removed them) duplicate Issue or discussion is a duplicate of an existing issue or discussion and removed bug Issue is related to a bug needs triage Issue is not yet ready for PR authors to take up labels Sep 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Issue or discussion is a duplicate of an existing issue or discussion template ignored The user didn't follow the template/instructions (or removed them)
Projects
None yet
Development

No branches or pull requests

3 participants