The flexibilty of liquidsoap is that you can customize it the way you
want but here is many option I have used and tested before that worked
do not worry abut the missing utils.my motto is that if you fix one thing and then you have to fix multiple things as a result ,its best to start overpurge and remove as I said
sudo apt-get install nano
Then open the sources.list file with the command:
sudo nano /etc/apt/sources.list
deb http://apt.sourcefabric.org/ trusty main
where trusty 14.04
then follow the instruction
I would advice you to make sure you install icecast2 then install airtime.
when the installation is finished make sure you login and change the stream to
mp3 .If you get a message that liquidsoap failed.
I think this is a bug in he installation and sometimes everything works.other time it doesnot
then follow my instructions
radio = falback.skip(jingles,radio)
#this is the basic of setting up a telnet command
#toggle is the command aat telnet in format [toggle <variable>]
#play is the variable to play at telnet like [toggle play]
#not play is to have it stop at telnet like [toggle not play]
server.register("toggle",
fun (_)-> begin
play := not(!play)
"OK"
end)
#radio =fallback(track_sensitive=false,[radio,sine()])#This Loud static noise
or
low_noise=amplify(id="silence_src", 0.00001, noise())
radio =fallback(track_sensitive=false,[radio,low_noise])
It looks like you're new here. If you want to get involved, click one of these buttons!