Jonathan: > Hello all. so I'm trying to setup a thing to where liquidsoap would > crossfade when a live show comes on, and back out into automation when > there is no live DJs broadcasting. At the end of my script, I get, > "error parcing at line 80, char 1."
# define your stream, with playlist, harbour etc. radio = .... # try to crossfade anything radio = crossfade(start_next=5.,fade_out=5.,fade_in=5., fallback(track_sensitive = false, radio)) but, crossfade the *ending harbour with your playlist probably won't work. fading out NOW (i.e. when your DJ dies) means to go back in time and get the last x seconds in order to cross it with the playlist. how should LS know when your live stream ends, i.e. where to get the data from? no idea... --u ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
