And is this a possible way to work ?

live = strip_blank(input.http("http://localhost:8000/live";))
stream = strip_blank(input.http("http://localhost:8000/stream";))
archive = strip_blank(input.http("http://localhost:8000/archive";))

Does the fallback switch the input in case of working stream but with no
sound ?

Regards


2011/8/19 Joe Hartley <[email protected]>

>
>
> live = input.http("http://localhost:8000/live";)
> stream = input.http("http://localhost:8000/stream";)
> archive = input.http("http://localhost:8000/archive";)
> files = playlist("playlist.txt")
>
> radio = fallback(track_sensitive=false,[live,stream,archive,files])
>
> output.icecast(%mp3, host="localhost", port = 8000, password = "*", mount =
> "highband", genre = "Du bonheur pur", url = "http://www.suggerebonheur.com
> ",
> description = "Ca groove le positif !", name = "Radio Suggere Bonheur",
> mksafe(radio))
>
>
------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to