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 you try to remove a url, if it is buffered it doesn't get cleared (which happens a few seconds before it plays). I had a use case where I needed to clear the upcoming urls without stopping the current playing one and had to put in a work around to avoid the next one from playing as sometimes it would have moved to buffered state. I would suggest when you remove an upcoming URL it also removes it if it's buffered so it's not timing dependant.
The text was updated successfully, but these errors were encountered:
A sample app could really help to pinpoint this issue, could you provide one please?
I want to make changes so that the library better support queue, but been busy
If you try to remove a url, if it is buffered it doesn't get cleared (which happens a few seconds before it plays). I had a use case where I needed to clear the upcoming urls without stopping the current playing one and had to put in a work around to avoid the next one from playing as sometimes it would have moved to buffered state. I would suggest when you remove an upcoming URL it also removes it if it's buffered so it's not timing dependant.
The text was updated successfully, but these errors were encountered: