You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After playing for a bit, double tap to go forward or backwards in the video.
Infinite buffering starts.
Exiting fullscreen takes a bit longer.
A notification shows up: Recovering from Player error.
Expected behavior
Video should Play and no player error should show up.
Actual behavior
The recovering from player error shows up, after that no videos can be played until the app is cleared from RAM and opened again.
This error also seems to happen in only in Fullscreen mode. And it happens only when the video is navigated using the double tapping method, using the video progress bar to go forward and backwards works fine.
com.google.android.exoplayer2.ExoPlaybackException: Unexpected runtime error
at com.google.android.exoplayer2.ExoPlayerImpl.setVideoOutputInternal(ExoPlayerImpl.java:2489)
at com.google.android.exoplayer2.ExoPlayerImpl.setVideoSurface(ExoPlayerImpl.java:1246)
at org.schabi.newpipe.player.playback.SurfaceHolderCallback.surfaceDestroyed(SurfaceHolderCallback.java:53)
at android.view.SurfaceView.notifySurfaceDestroyed(SurfaceView.java:1981)
at android.view.SurfaceView.updateSurface(SurfaceView.java:1157)
at android.view.SurfaceView.setWindowStopped(SurfaceView.java:299)
at android.view.SurfaceView.surfaceDestroyed(SurfaceView.java:1832)
at android.view.ViewRootImpl.notifySurfaceDestroyed(ViewRootImpl.java:1986)
at android.view.ViewRootImpl.setWindowStopped(ViewRootImpl.java:1943)
at android.view.WindowManagerGlobal.setStoppedState(WindowManagerGlobal.java:662)
at android.app.Activity.performStop(Activity.java:8281)
at android.app.ActivityThread.callActivityOnStop(ActivityThread.java:5215)
at android.app.ActivityThread.handleRelaunchActivityInner(ActivityThread.java:5784)
at android.app.ActivityThread.handleRelaunchActivity(ActivityThread.java:5703)
at android.app.servertransaction.ActivityRelaunchItem.execute(ActivityRelaunchItem.java:71)
at android.app.servertransaction.ActivityTransactionItem.execute(ActivityTransactionItem.java:45)
at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2253)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:201)
at android.os.Looper.loop(Looper.java:288)
at android.app.ActivityThread.main(ActivityThread.java:7870)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003)
Caused by: com.google.android.exoplayer2.ExoTimeoutException: Detaching surface timed out.
at com.google.android.exoplayer2.ExoPlayerImpl.setVideoOutputInternal(ExoPlayerImpl.java:2487)
... 25 more
Affected Android/Custom ROM version
Android 12 / LineageOS 19.1
Affected device model
Xiaomi Redmi Note 9 [Merlin]
Additional information
This error seems a bit different than the other player errors as it shows 'surfaceDestroyed' in the log.
The text was updated successfully, but these errors were encountered:
Checklist
Affected version
0.24.0
Steps to reproduce the bug
Expected behavior
Video should Play and no player error should show up.
Actual behavior
The recovering from player error shows up, after that no videos can be played until the app is cleared from RAM and opened again.
This error also seems to happen in only in Fullscreen mode. And it happens only when the video is navigated using the double tapping method, using the video progress bar to go forward and backwards works fine.
Screenshots/Screen recordings
Here is a screen recording.
signal-2022-09-24-151553.mp4
Logs
Exception
Crash log
Affected Android/Custom ROM version
Android 12 / LineageOS 19.1
Affected device model
Xiaomi Redmi Note 9 [Merlin]
Additional information
This error seems a bit different than the other player errors as it shows 'surfaceDestroyed' in the log.
The text was updated successfully, but these errors were encountered: