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

Ruediger

Radio Ostfriesland Techniksupport Automation
_______________________________________________
Rivendell-dev mailing list
[email protected]
http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev

Reply via email to