DIYgod / APlayer

:lollipop: Wow, such a beautiful HTML5 music player
http://aplayer.js.org
MIT License
7.31k stars 1.03k forks source link

[HTML5 BUG] Sources needs to be reloaded #185

Closed DragonZX closed 6 years ago

DragonZX commented 6 years ago

HTML5 players are using pause button to stop music. If it's internet radio stream, player pauses sound and playing it from time when it had been stopped and from cache. To keep it realtime we need to reload player anytime it's paused, but only if it's a stream.

DIYgod commented 6 years ago

You should do it by APlayer API.

DragonZX commented 6 years ago

Explain plz