Its probably a mistake by me when I was testing. I turn the respawn off until I know its working. I must have forgot to put it back on.
Wayne Merricks The Voice Asia On 23/09/12 16:36, Rüdiger wrote: > Am 22.09.2012 19:40, schrieb Wayne Merricks: >> Liquidsoap handles failure quite well, with regards to icecast just add the >> restart = true flag (it defaults to false) in the liq file. >> >> E.g. >> >> output.icecast( >> %mp3(stereo=false, samplerate=44100, bitrate=64), >> liveMono, >> description=icecastDescription, >> genre=icecastGenre, >> url=icecastURL, >> name=icecastTitle, >> mount=icecastMountPoint, >> host=icecastHost, >> password=icecastPassword, >> port=icecastPort, >> on_start=jackConnect) >> >> becomes: >> >> output.icecast( >> %mp3(stereo=false, samplerate=44100, bitrate=64), >> liveMono, >> description=icecastDescription, >> genre=icecastGenre, >> url=icecastURL, >> name=icecastTitle, >> mount=icecastMountPoint, >> host=icecastHost, >> password=icecastPassword, >> port=icecastPort, >> restart=true, >> on_start=jackConnect) >> >> >> I also like the fact that upstart has the respawn flag. I sat there >> randomly killing the processes of everything involved and it recovered fine. > Have installed it now on ubuntu server12.04. Running very fine with > local icecast. The n0xt days i will try it with external icecast and > shoutcast server... > > One question. Why is the respawn function in rotter.conf disabled.? ####################### Scanned by MailMarshal ####################### ############ Attention: The information contained in this message is confidential and intended for the addressee(s) only. If you have received this message in error or there are any problems, please notify the originator immediately. The unauthorised use, disclosure, copying or alteration of this message is strictly forbidden. Christian Vision or any of its subsidiaries will not be liable for direct, special, indirect or consequential damages arising from alteration of the contents of this message by a third party or as a result of any virus being passed on. Please note that we reserve the right to monitor and read any e-mails sent or received by the company under the Telecommunications (Lawful Business Practice) (Interception of Communications) Regulation 2000. Christian Vision is registered in England as a limited company 2842414 and as a charity 1031031 ############ _______________________________________________ Rivendell-dev mailing list [email protected] http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
