I'm using a SVN build of liquidsoap, for some reason every few hours the ls
instance will seg fault. I'm running it in a screen, how is it best to debug
this issue? Ie sample usage of tracing would be awesome.

Here is my script:
set("log.file",false)
set("log.level",5)
set("server.telnet",true)
set("server.telnet.port",5000)
#studio=input.alsa()
set("frame.size",1000)
studio=input.alsa(bufferize=true)
#blah = strip_blank(id="studio_strip",threshold=-35.,length=15.,studio)
radio = studio

kubeHost="localhost"
kubePort=8000
kubeUser="source"
kubePassword="removed"
kubeUrl="http://www.kuberadio.com";
kubeDesc="KUBE Radio"
kubeGenre="Student Radio"
#################
# ICECAST MOUNTS
output.icecast.mp3(radio,mount="kube",id="kubeMP3",name="KUBE Radio HIGH
bandwidth",quality=8,bitrate=128,

host=kubeHost,port=kubePort,user=kubeUser,password=kubePassword,genre=kubeGenre,url=kubeUrl,description=kubeDesc,
                    restart=true)
output.icecast.mp3(radio,mount="kube-low",id="kubeMP3Low",name="KUBE Radio
LOW bandwidth",quality=5,bitrate=64,

host=kubeHost,port=kubePort,user=kubeUser,password=kubePassword,genre=kubeGenre,url=kubeUrl,description=kubeDesc,
                restart=true)
output.icecast.mp3(radio,mount="kubeWeb.mp3",id="kubeWeb",name="KUBE Radio
HIGH bandwidth",quality=8,bitrate=128,

host=kubeHost,port=kubePort,user=kubeUser,password=kubePassword,genre=kubeGenre,url=kubeUrl,description=kubeDesc,
                    restart=true)
output.icecast.vorbis(radio,mount="kube-low.ogg",id="kubeOggLow",name="KUBE
Radio LOW bandwidth",quality=2.,

host=kubeHost,port=kubePort,user=kubeUser,password=kubePassword,genre=kubeGenre,url=kubeUrl,description=kubeDesc,
                    restart=true)
output.icecast.vorbis(radio,mount="kube.ogg",id="kubeOggHigh",name="KUBE
Radio HIGH bandwidth",quality=8.,

host=kubeHost,port=kubePort,user=kubeUser,password=kubePassword,genre=kubeGenre,url=kubeUrl,description=kubeDesc,
                    restart=true)
output.icecast.vorbis(radio,mount="kube-archive.ogg",id="kubeOggLow",name="KUBE
Radio Archive stream",quality=10.,public=false,

host=kubeHost,port=kubePort,user=kubeUser,password=kubePassword,genre=kubeGenre,url=kubeUrl,description=kubeDesc,
                    restart=true)
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to