Hi Johnathan,

It might be easier to migrate to an input.harbor based fallback solution. I
do almost the exact same thing on my radio, only with no transitions.

I found an example of transitioning with a 'jingle' on this page:
http://savonet.sourceforge.net/doc-svn/cookbook.html

# A similar transition,# which does a cross-fading from A to B# and
adds a jingledef transition(j,a,b)  add(normalize=false,      [
fade.initial(b),        sequence(merge=true,
[blank(duration=1.),j,fallback([])]),        fade.final(a) ])end


The only problem then is handling the DJ authentication. input.harbor
accepts an authentication function that you can write, you could write
something that opens the XML file and checks if the username/password
is valid.


I'm not sure if there is a way to keep your existing icecast fallbacks
set up, and only add transitions.


On Wed, Sep 24, 2014 at 3:05 AM, Jonathan <jonathancandler_...@q.com> wrote:

> Hi all. so, I have a question. I know it's possible to have liquidsoap
> switch from playing a list of files, to having a live DJ come in. my
> current setup is like this. I'm using Icecast to output from liquidsoap
> on a mountpoint called "/autodj.mp3" Now what I do for right now is to
> have a fallback in the icecast.xml file when the live mount point if
> coming in, it will switch the listener to the live mount point. This is
> being done by having a mountpoint that falls back on the 2 mount points
> called "/stream.mp3" The authentications that I use for my DJs are
> stored in the icecast.xml file. My 3 questions are,
> 1.
> How and what would be the easiest way to have transitions going into the
> "/live.mp3" mountpoin and how can I do it with my current setup with
> icecast keeping my icecast setup in tact with liquidsoap?
> 2.
> If I keep my icecast setup in tact will there be any conflict with my
> fallback mountpoints?
> 3.
> I would like the live transition from the automation mount point to fade
> out and either have a jingle play before the live mountpoint take into
> affect, or just have it fade out and the live mount point start. If
> anyone can shed some light on this, I would be grateful. Thanks all.
>
>
> ------------------------------------------------------------------------------
> Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
> Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
> Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
> Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
>
> http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
> _______________________________________________
> Savonet-users mailing list
> Savonet-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/savonet-users
>



-- 
-Tony Miller
github.com/mcfiredrill
@freedrull
freedrool.us
------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to