-
Notifications
You must be signed in to change notification settings - Fork 853
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
Audio Stream STOPPED without finishing in some devices, like MI Note 6, Samung A10, A30, without any error #484
Comments
got this info error: MediaPlayer: info/warning (703, 22304) |
Same issue here. |
I am also having this issue. Pixel 4 XL, Galaxy S9. When the app is in the background on Android the stream stops at about 10-14 minutes. |
Is there anyone who can help out from this issue ? |
I thought the problem was with this library, but actually it was caused by other package whitch listened for network change, and when device entered sleep mode it triggers offline (it's a bug). Just try to comment player stop() function, and see if it will actually stop then. |
@jangidakhilesh is it happening when app in background mode? |
Same issue on Galaxy S7/8/10, Huawei P20 Pro and LG G6 at least ... W/MediaHTTPConnection(23268): readAt 40566617 / 32768 => java.net.ProtocolException from the audio server side, I can see the device connecting and disconnecting until it stops playing. |
does anybody have a solution for this, please ? |
I also the exact same problem, when playing streams longer than 40 minutes. Basically right after 40 minutes it stops playing with a similar error like @peleteiro-dev described:
Furthermore I do not see that this problem relates to the #518 or #519 at all. |
guys, help me please. Audio stream stops when I scroll down and audio player is over screen height. Do you have any solutions? |
Are you using a ListView.builder? Your widget might be destroyed when you scroll it out of view. |
There isn't enough information on this issue for us to act on. Please edit this, or open a new one and please follow the issue template. Feel free to comment here and we can re open this eventually. |
Audio Stream STOPPED without finishing in some devices, like MI Note 6, Samung A10, A30, without any error
The text was updated successfully, but these errors were encountered: