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

Doesn't resume when buffering #7

Open
micksmothers opened this issue Nov 14, 2022 · 2 comments
Open

Doesn't resume when buffering #7

micksmothers opened this issue Nov 14, 2022 · 2 comments

Comments

@micksmothers
Copy link

I have seen several instances when the network connection may have been spotty where the currently playing track pauses and doesn't resume. When manually resuming it will start back at the beginning of the track. Occasionally it will go back to the first song in the playlist and lose the shuffle (and maybe the repeat) setting. This could be the crash scenario already marked as an issue.

Expected behavior: buffering indicator and resume as soon as the connection is re-established and the buffer refilled sufficiently.

@joeyberkovitz
Copy link
Owner

Need to look into this as full playback responsibility is currently delegated to ExoPlayer, so I currently have no control over preloading/buffering.

Determine if ExoPlayer supports these features or if it has to be handled externally.

@micksmothers
Copy link
Author

Aha, got it. OK, hopefully it's either an ExoPlayer option, or a wrapper for the player that will handle the buffering better (I think former would be less work. :-) )

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

No branches or pull requests

2 participants