-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Can't play any video #9309
Comments
duplicate of 9223 - https://github.com/TeamNewPipe/NewPipe/issues/9223 |
@krablord It's not. Why do you think so? |
@opusforlife2 I was lead to believe in private email from I assume moderator(?). I don't want to spam with duplicate issues and make it harder to track issues. |
Mods don't send private emails. Please report who this person was. And in future make sure you confirm that a person with the "Member" or "Collaborator" tag has provided you the information before assuming that it is from the team. |
I was sent replies to my thread that I don't see on github, so I assumed it was from the team and those messages are just not visible. Where can I report something like that? I cant find anything about it |
Sent on email? Yeah, if you're unsure, report these to Github. There's a "Contact Github" link in the footer. |
Exactly the same way I got notifications (notifications@github.com) about comments right now on specified email, I got same notifications but they are not visible in this topic. |
If you're willing to share the username of this person, we could see if anything can be done from our end. |
I got comment from Deek Pramana about closing issue - hope that helps. |
No, that doesn't ring any bells. Oh well, Github Support should be much more helpful. |
You can follow #9329 meanwhile, BTW. See if the steps are right. |
can confirm - works in portrait mode with 0.24.1 and errors with fullscreen |
Checklist
Affected version
0.24.0
Steps to reproduce the bug
Expected behavior
Video should play or try to buffer
Actual behavior
Video is stopped right away with error message
Screenshots/Screen recordings
No response
Logs
Exception
Crash log
com.google.android.exoplayer2.E
xoPlaybackException: Unexpected runtime error
at com.google.android.exoplayer2.ExoPlayerImplInternal.handleMessage(ExoPlayerImplInternal.java:616)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:203)
at android.os.HandlerThread.run(HandlerThread.java:61)
Caused by: java.lang.IllegalArgumentException
at android.media.MediaCodec.native_setSurface(Native Method)
at android.media.MediaCodec.setOutputSurface(MediaCodec.java:1914)
at com.google.android.exoplayer2.mediacodec.SynchronousMediaCodecAdapter.setOutputSurface(SynchronousMediaCodecAdapter.java:189)
at com.google.android.exoplayer2.video.MediaCodecVideoRenderer.setOutputSurfaceV23(MediaCodecVideoRenderer.java:1451)
at com.google.android.exoplayer2.video.MediaCodecVideoRenderer.setOutput(MediaCodecVideoRenderer.java:646)
at com.google.android.exoplayer2.video.MediaCodecVideoRenderer.handleMessage(MediaCodecVideoRenderer.java:584)
at com.google.android.exoplayer2.ExoPlayerImplInternal.deliverMessage(ExoPlayerImplInternal.java:1546)
at com.google.android.exoplayer2.ExoPlayerImplInternal.sendMessageToTarget(ExoPlayerImplInternal.java:1510)
at com.google.android.exoplayer2.ExoPlayerImplInternal.sendMessageInternal(ExoPlayerImplInternal.java:1485)
at com.google.android.exoplayer2.ExoPlayerImplInternal.handleMessage(ExoPlayerImplInternal.java:521)
... 3 more
Affected Android/Custom ROM version
7.0
Affected device model
Meizu M5 Note
Additional information
This started around the same time when Sub list stopped updating, suddenly no video can play and I didn't update new pipe from I believe 0.23.1 it was - as it sometimes required to update for things to start work again, I updated to 0.24.0 and things stood the same. Also I tried 0.24.1 test - and same thing happens.
The text was updated successfully, but these errors were encountered: