Open xivilai opened 1 year ago
Some radio station APIs return formats (.mp3, aac, ...) in upper case. Because of this, the player get stuck on infinite loading with no apparent reason. Takes a while to figure out the problem
Steps to reproduce:
useAudioPlayer({ src: "https://stream.toohotradio.net/128", html5: true, format: ["MP3"], });
@xivilai ill make sure to transform all formats to lowercase just in case, but for the meantime could you not do the same in your app as a workaround?
@E-Kuerschner I did, thank you
Some radio station APIs return formats (.mp3, aac, ...) in upper case. Because of this, the player get stuck on infinite loading with no apparent reason. Takes a while to figure out the problem
Steps to reproduce: