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
If this can help you, I had the same issue and I found the solution :
My audio file was very short and the default release mode of the player releases the resource (so, resume method can't work anymore)
I just wrote : _player.setReleaseMode(ReleaseMode.stop);
Checklist
Current bug behaviour
After stopping a audio stream it can't be resumed. Resuming the audio stream does nothing on android.
What is working:
Expected behaviour
A stopped audio should be resumed when calling
resume()
;Steps to reproduce
Code sample
Code sample
Affected platforms
Android
Platform details
No response
AudioPlayers Version
6.0.0
Build mode
debug, profile, release
Audio Files/URLs/Sources
https://radio-broadcast.ekantipur.com/stream
Screenshots
No response
Logs
Full Logs
Flutter doctor:
Related issues / more information
No response
Working on PR
no way
The text was updated successfully, but these errors were encountered: