-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Re-prepare player when user triggers play via UI components with the player in an error state #7882
Comments
I think we need some more info to help you with this. Like what do you mean with At a first sight it may be that there was a playback error because the network was not working and you need to make the player prepare again? You should see a stack trace or similar in you log in this case. I assume you are using the If my assumption is right, can you please put a breakpoint somewhere in the Please clarify/confirm my assumption and make a bug report right after you reproduced the failure and upload here. That would be the information which would enable us to help you some further. |
Hey @fonebinary. We need more information to resolve this issue but there hasn't been an update in 14 weekdays. I'm marking the issue as stale and if there are no new updates in the next 7 days I will close it automatically. If you have more information that will help us get to the bottom of this, just add a comment! |
Since there haven't been any recent updates here, I am going to close this issue. @fonebinary if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this. |
I solved this issue by Re-Prepare exoplayer in PlaybackPreparer onPrepare(). Thanks |
@marcbaechinger - I think this is to do with what ExoPlayer/library/ui/src/main/java/com/google/android/exoplayer2/ui/PlayerControlView.java Line 1358 in 74c493f
So in the situation described in this issue, the play button (or play command received via The way this works pre-dates the existence of |
Issue: #7882 PiperOrigin-RevId: 341394254
Issue: #7882 PiperOrigin-RevId: 341394254
Hi,
I am facing an issue transportControls.xxx() not working after network error.
Please help me out
The text was updated successfully, but these errors were encountered: