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
I'm using this audio player in ReactJS and reloading new streams in the same instance without refreshing the page - sometimes works fine, sometimes doesn't work so well. I think a more reliable solution could be to destroy the instance and start fresh each time. However it doesn't seem this functionality is built in.
I know there is a similar thread for destroying instances #62, but it doesn't seem like anyone got to a solution. It's been a while since that thread was commented on so I was wondering if anyone has had any luck with this?
The text was updated successfully, but these errors were encountered:
Hi,
I'm using this audio player in ReactJS and reloading new streams in the same instance without refreshing the page - sometimes works fine, sometimes doesn't work so well. I think a more reliable solution could be to destroy the instance and start fresh each time. However it doesn't seem this functionality is built in.
I know there is a similar thread for destroying instances #62, but it doesn't seem like anyone got to a solution. It's been a while since that thread was commented on so I was wondering if anyone has had any luck with this?
The text was updated successfully, but these errors were encountered: