hi,
this is the sgript i use which has some weird way to not have my = sines.
here it is:
#!/usr/local/bin/liquidsoap
#log directory
set("log.file.path","/temp/blradio.log")
#output of log on the screen
set("log.stdout",true)
#set the source
music = normalize(playlist.save(reload=7200,"/home/blradio/music"))
# Add the ability to relay live shows
live=input.http("http://localhost:8000/live)
full= fallback(track_sensitive=false,[live,music])
#stream it out
output.icecast.mp3(samplerate=44100,bitrate=128,host=("localhost"),port=8000,password="removedforhackers",mount="blradio",name="BL
Radio",url="http://blind-light.net/",description="Blind Light
Radio.",restart=true,restart_delay=6,full)
------------------------------------------------------------------------------
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