2011/7/17 Alain Bolli <[email protected]>:
> Hi Romain,

Hi!

> Here is the content of my script :
> #!/usr/local/bin/liquidsoap
> # Log dir
> set("log.file.path","/tmp/basic-radio.log")
> set("server.telnet",true)
>
> # Music
> myplaylist =
> playlist(reload_mode="seconds",reload=1800,"/var/www/vhosts/muzeeli.fr/httpdocs/musique/total.pls")
> # Some jingles
> #jingles = playlist("~/radio/jingles.m3u")
> # If something goes wrong, we'll play this
> #security = single("~/radio/sounds/default.ogg")
>
> # Start building the feed with music
> radio =mksafe(myplaylist)
> # Now add some jingles
> #radio = random(weights = [1, 4],[jingles, radio])
> # And finally the security
> #radio = fallback(track_sensitive = false, [radio, security])
>
> # Stream it out
> output.icecast(%mp3,
>   host = "localhost", port = 8000,
>   password = "*********", mount = "ange",name="Muzeeli", description="La
> radio qui aime la musique
> libre",genre="Pop-Rock",url="http://www.muzeeli.fr",radio)
>
>
> I don't understand the word "striped-down" ?

By striped down I meant a minimal script, which is obviously the case here..

The logs you showed in your previous email mention the use of the
telnet server. How do you use it? In particular, how often do you
connect to it?

Thanks,
Romain

------------------------------------------------------------------------------
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on "Lean Startup 
Secrets Revealed." This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to