Hi Romain,

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" ?

I switched back to the beta1 and it works great.

Best,

Alain

--
http://www.netvibes.com/bolli#Contact


2011/7/16 Romain Beauxis <[email protected]>

> Hi Alain!
>
> Le 14 juillet 2011 22:16, Alain Bolli <[email protected]> a écrit :
> > I have some problems using liquidsoap.
> > I used the beta 1 during 3 months without a problem. With beta 2 I have
> to
> > restart it every two or three songs played.
> >
> > I have those messages in logs :
> > hundreds of :
> >
> > [server:3] New client : localhost.localdomain
> > Broken pipe in write()
> >
> >
> > And thousands of :
> > [server:2] Failed to accept new client: "Too many files in accept()"
> >
> >
> > I'm starting liquidsoap with : liquidsoap ./muzeeli.liq &
> > Installed on centos 5.5.
> >
> > Can someone help me ?
>
> The issue you are describing looks like a file descriptor leak where
> liquidsoap does not properly close the file/network ressources it
> opens.
> Could you give more informations about your script, if possible a
> striped-down version of it so we can try to see where the issue comes
> from?
>
> 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