I'm having problems. :) Finally trialing this new feature using Liq 0.9.1. The problem I'm having is that... the behaviour simply hasn't changed. When Liq is first fired up it requests 2 songs from my control program. This is, as I understood it, not what is supposed to be happening.
Here's my Liq script: #!/usr/bin/liquidsoap set("harbor.bind_addr","0.0.0.0") set("harbor.port",8008) set("harbor.password","somethingsomething") rw_emergency = single("/home/icecast/offline/offline.ogg") rw_raincast = request.dynamic({request.create(get_process_output("/usr/local/bin/radiocontrol"))},length=2.0,conservative=false) rw_raincast = amplify(1.,override="replay_gain",rw_raincast) rw_live = input.harbor("rwlive"); rw_finalmix = smooth_add(delay=0.5,p=0.2,normal=rw_raincast,special=rw_live) rainwave = fallback(track_sensitive=false,[rw_finalmix,rw_emergency]) output.icecast.vorbis(host = "localhost", port = 8000, password = "mypassword", mount = "liqtest.ogg", quality=1., genre="", url="", description="", rainwave) Could it be the smooth_add, even though the delay is only 0.5? I would have thought 2s would be enough to get Liq to buffer what it needs. (or perhaps my conservative parameter is in the wrong place?) On Fri, Jun 12, 2009 at 4:48 AM, David Baelde<david.bae...@gmail.com> wrote: > 2009/6/12 Gabriel Afana <gabr...@gafana.com>: >> Does this update you did Romain apply to request.dynamic as well? > > Yes. > > Note that there was a report of bad behavior. If you have a similar > experience on a simple setup, you're welcome to share it. I'm planning > to look at some thing in the code today that should be currently > working but should be clarified, it might be related. > -- > David > > ------------------------------------------------------------------------------ > Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensing option that enables unlimited > royalty-free distribution of the report engine for externally facing > server and web deployment. > http://p.sf.net/sfu/businessobjects > _______________________________________________ > Savonet-users mailing list > Savonet-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/savonet-users > ------------------------------------------------------------------------------ _______________________________________________ Savonet-users mailing list Savonet-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/savonet-users