audiojs
audiojs copied to clipboard
Destroy instances
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?