Hi all,
I'm currently using liquidsoap as a failover for a live stream. Script
in liquidsoap connects to local icecast, it then expects a remote source
to connect using harbor and stream content, if the stream times out or
silence detected it will failover to local MP3's. That's done using a basic:

live1 = strip_blank(
    input.harbor(id="live", port=8004, password="xxx",
                 buffer=18.,max=90.,"studio1.ogg"),
    max_blank=50., threshold=-50.)

However at the moment this seems to be failing over quite a lot at the
moment. I've just increased the max_blank to 50 and set threshold to
-50. to see if this helps.

However, what I'm really after, is some way of notifying me of the
failover. Is there a way to trigger an email, or maybe to touch a
file/update a file to notify that the failover has kicked in (or that
harbor has lost input) so I can then run an external alert using monit
or similar?

Any suggestions!

-- 
Andy
e: andy @ thebmwz3.co.uk
e: andy @ broadcast-tech.co.uk
w: http://www.thebmwz3.co.uk
w: http://www.broadcast-tech.co.uk

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to