the no javascript player is not really stable. when the network becomes unstable, the stream disconnected. (this is firefox's built-in html5 player problem)
you can also create your own uninterruptible playback using this simple sh script
Code:
while true; do
torsocks mpv --network-timeout=3 http://27zjwyzy2fykq7xwgzi5jjmrzaewvqh2b2447e5mwas5em2b5luseiqd.onion/stream/live.mp3
done
press ctrl + z to quit
the stream will play on any machine running on Linux/BSD console (tested on Pentium I MMX, without desktops installed)
make sure torsocks and mpv are installed
image
https://ibb.co/JxPP6Yv