2011/3/23 Pascal EISELE <[email protected]>: > Thanks. > > So if one ouput fail, other output will continue but what about the > "failled" one ? Can we restarting without restarting the whole script ?!
It is supposed to restart by itself one the network connection is back, provided you set restart=true.. Romain > 2011/3/23 Romain Beauxis <[email protected]> >> >> Hi, >> >> 2011/3/23 Pascal EISELE <[email protected]>: >> > Thanks Romain. >> >> Welcome :) >> >> > I've just upgrade to 0.9.3.1 but the bug still occurs but I've more info >> > about it ! ;) >> > >> > Liquidsoap hangs when one of the four output (one local icecast and 3 >> > remote >> > shoutcast) is down (network problem for example). >> > I don't have more info in logfile (no particular message) but liquidsoap >> > doesn't work any more : no more telnet too ! >> > >> > I've found a kind of workarround : >> > I've created 3 config files for each output using local icecast as >> > source. >> > >> > It helps me a lot because now, I've only one output that is down at once >> > but >> > I've to restart liquidsoap process for this config file to restore it... >> > >> > If I could find why liquidsoap do not restart output on shoutcast server >> > when it hangs and how avoid to rencode 4 times the same stream (all >> > stream >> > are MP3 128 Kbps), it should be perfect. >> >> You identified the problem! >> >> This issue was also raised in the past. We have fixed it in >> 1.0beta/SVN by introducing the notion of clocks. >> Roughly speaking, you place the output that may hang in a seperate >> clock and when it hangs it does not stop the whole liquidsoap! >> >> I think it should be easy for you to update to a recent liquidsoap and >> use the clocks to fix your issue. The documentation concerning clocks >> is there: >> http://savonet.sourceforge.net/doc-svn/clocks.html >> >> Romain >> >> > Pascal >> > Let's Go Zik >> > >> > P.S: I can't do anything on shoutcast servers, it's external services ! >> > >> > 2011/3/23 Romain Beauxis <[email protected]> >> >> >> >> Le 19 mars 2011 03:49, Pascal EISELE <[email protected]> a écrit >> >> : >> >> > Hi, >> >> >> >> hi Pascal! >> >> >> >> > What are our production environement ? Have you some trouble ? >> >> >> >> On RadioPi, we use the standard Debian setting, which means that .liq >> >> scripts are located in /etc/liquidsoap and run through the >> >> /etc/init.d/liquidsoap init script.Logs are located in >> >> /var/log/liquidsoap and rotated using the provided logrotate script. >> >> >> >> > We are using liquidsoap 0.9.2 under Ubuntu 10.10 with one input >> >> > harbor, >> >> > one >> >> > dynamic request handler, and two MP3 output (icecast & shoutcast). >> >> > Unfortunatly there is some freeze with this config :( >> >> >> >> That's unfortunate! >> >> >> >> I would recomment updating to liquidsoap 0.9.3 or a recent SVN, in the >> >> hope that your bug is fixed. We are planning to prepare an updated >> >> package with 1.0 beta or a recent SVN in Debian soon. Hopefully it >> >> should make it into Ubuntu. >> >> >> >> You can compile and install a custom liquidsoap and still use the >> >> default production settings from the Debian package. The only thing >> >> you have to do is edit /etc/init.d/liquidsoap and change the path to >> >> liquidsoap binary to /usr/local/bin/liquidsoap >> >> >> >> Romain >> >> >> >> > Pascal >> >> > Let's Go Zik >> >> > >> >> > >> >> > ------------------------------------------------------------------------------ >> >> > Colocation vs. Managed Hosting >> >> > A question and answer guide to determining the best fit >> >> > for your organization - today and in the future. >> >> > http://p.sf.net/sfu/internap-sfd2d >> >> > _______________________________________________ >> >> > Savonet-users mailing list >> >> > [email protected] >> >> > https://lists.sourceforge.net/lists/listinfo/savonet-users >> >> > >> >> > >> > >> > > > ------------------------------------------------------------------------------ Enable your software for Intel(R) Active Management Technology to meet the growing manageability and security demands of your customers. Businesses are taking advantage of Intel(R) vPro (TM) technology - will your software be a part of the solution? Download the Intel(R) Manageability Checker today! http://p.sf.net/sfu/intel-dev2devmar _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
