The radio stream on lainon.life stutters or otherwise stops working.
The backend might also slow down and be unable to respond in time, in which case playlists won’t be available in the UI.
This usually means that there’s a resource problem, often MPD using 100% CPU.
Resolution
SSH into lainon.life:
ssh lainon.life
Restart all the services:
! ./restart-all.sh
The manual way
Instead of step 2 above:
Restart icecast:
! systemctl restart icecast
Restart the fallback streams:
! systemctl restart fallback-{mp3,ogg}
Restart the MPD streams:
! systemctl restart mpd-{cafe,cyberia,everything,swing}