Statusinformationen werden eingelesen.... Fertig
E: Paket airtime kann nicht gefunden werden.
The interface can only do one way communication to the engine and outputs.
So here are the options on say
I do my interfaces like this
Then I send the channels to the core and use a n if blocks to tell the engine liquidsoap what to do. remember multiple script of liquidsoap can run on one machine
# Basic source
jazz = channel_radiopilote("jazz")
discoqueen = channel_radiopilote("discoqueen")
# Avoid skiping blank with classic music !!
classique = channel_radiopilote(skip=false,"classique")
That70Sound = channel_radiopilote("That70Sound")
metal = channel_radiopilote("metal")
reggae = channel_radiopilote("reggae")
Rock = channel_radiopilote("Rock")
look also at pound or nginx
look at this also
It looks like you're new here. If you want to get involved, click one of these buttons!