David Baelde wrote: > On Wed, Sep 30, 2009 at 10:40 AM, Frits Letteboer - St. Radio > Twenterand <f.letteb...@radiotwenterand.nl> wrote: >> The problem seems to be the unused harbor input (live) in my script: >> final = fallback(track_sensitive=false,[live,muziek,security]) >> When I leave it out >> final = fallback(track_sensitive=false,[muziek,security]) >> all is fine. > > Nice catch, good debugging! However, not enough for me to reproduce. I > tried the following on my SVN version, it worked. Also for you? There > must be something more to get the bug...
Yes, also removing the harbor does NOT fix it, as I assumed earlier... Utterly strange. It seems the 10-second silence is not always present, but is most of the time. > > $ src/liquidsoap scripts/utils.liq > 'out(fallback(track_sensitive=false,[input.harbor("none"),crossfade(start_next=1.,fade_out=0.5,fade_in=0.5,playlist("~/media/audio/jazz")),sine(440.)]))' I had to rewrite it to: stream = fallback(track_sensitive=false,[input.harbor("none"),crossfade(start_next=1.,fade_out=0.5,fade_in=0.5,playlist("/home/radiotwe/muziek/mp3")),sine(440.)]) output.icecast.mp3( bitrate=128, quality=2, genre="Folk", restart=true, name="Debug", url="http://radiotwenterand.nl", public=false, description = "Debug", host = "127.0.0.1", port = 8000, password = "", mount = "jukebox_dbg2.mp3", stream) ...since the machine is 300 kilometers away and does not have a soundcard. But this script ALSO has regular 10-second silence-issues on a lot of tracks. A guesstimation of about 2 in 3 tracks. Tested with: Liquidsoap 0.9.1+svn (trunk/liquids...@rev6766) > > Also, what version were you using before? another SVN, the 0.3.9? 0.3.8.1 (at least, that is what --version says), compiled/installed on march 3rd this year. And I'm still using this one for the production streams. > > Good luck, Thanks :) -- Frits Letteboer Technisch Beheer Stichting Radio Twenterand I: http://radiotwenterand.nl E: f.letteb...@radiotwenterand.nl ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Savonet-users mailing list Savonet-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/savonet-users