Hi,

You're not very specific about what you need, tried and how it failed.

Nevertheless, a possible answer to those simple requirements could be;

2011/2/28 Mix Dance <[email protected]>:
> Diffusion programmé(avec rechargement si possible)

p = playlist(reload=36000,"prog.pls")

I'll add a fallback with a failsafe file here:
p = fallback([p,single("default.mp3)])

> Détection des "vrais" blancs

p = skip_blank(p)

> Lecture de flux réseaux

r = input.http("url")
s = fallback(track_sensitive=false,[r,p])

> Jingle entre les morceaux ET superposé sur des flux

jingles = playlist("jingles.pls")
jingles = delay(36000.,jingles)
s = smooth_add(special=jingles,normal=s)

output.icecast(....,s)

I did not test it but this straightforward script should work fine.

Good luck,
-- 
David

------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to