Have very basic icecast streaming requirement constantly stream a MP3 playlist, 
that is it.  Nothing else fancy.   ezstream has been working well for years, 
but it seems dead development-wise, and is clunky if you want several streams.

I have created a liquid soap script that streams the same content, but where my 
ezstream source would sit about 0.3% CPU use on my RaspberryPi B+, Liquid soap 
sits about 30% CPU use, and about 10x the memory footprint.

My script is such:

#!/usr/bin/liquidsoap

out = output.icecast(%mp3,host="localhost",password="hackmetobits", 
description="My Rockbox", url="http://myurl/gm";, public=false, genre="Rock", 
mksafe(playlist("/media/playlist.m3u")), mount="gm" ) 

Any advise?  Other than stick to ezstream?  Is LiquidSoap too bloated for my 
use requirements?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/savonet/liquidsoap/issues/748
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to