Hi all,

I use the following code (liquidsoap 0.9.3) for generating timed promotions in 
certain random intervals:

        interval = random.float(min=2800.0,max=5000.0)
        timed_promotions = delay(interval, promotions)
        radio = smooth_add(p=0.4, special=timed_promotions, normal=radio)

, where "promotions" and "radio" are both playlist sources.

Everything works nice except for one thing: When I start the channel the 
special content ("timed_promotions") always gets played first - which is not 
preferred. Rather, my intention is to have the output starting with the normal 
content ("radio") and the special content to be played back for the first time 
only after the first interval has passed. 

Any idea how I can achieve that?

Henry

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to