Hi Dave, This is a known issue (http://dev.sourcefabric.org/browse/LS-551). The workaround is to add a dummy passive source at the beginning of your list:
2011/8/25 Dave Pascoe <[email protected]>: > s = fallback(track_sensitive=false, > [ strip_blank(length=2.,input2) , input1 ]) s = fallback(track_sensitive=false,[fail(), strip_blank(...), input1]) Of course, it's only a workaround, but the real solution will take a little while... David ------------------------------------------------------------------------------ EMC VNX: the world's simplest storage, starting under $10K The only unified storage solution that offers unified management Up to 160% more powerful than alternatives and 25% more efficient. Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
