Yo, After discussing with Romain, I got some information about the output.dummy "problem".
On Sun, Sep 12, 2010 at 12:32 PM, budi prakosa <[email protected]> wrote: > so i need to add dummy output on dj1 to prevent dj1 disconnect when dj2 > connected. This is an old issue. We used to put the client on hold when harbor's internal buffer was too full, which happens when the harbor input isn't used and can be prevented using a dummy output. If the client is put on hold for too long, it disconnects. In liquidsoap 0.9.2/3 we wait for a short delay, and then drop data. But since we do this repeatedly, it is possible that you get disconnections. In any case, the 1.0.0 beta and SVN versions should not have this problem anymore. This is a good reason to migrate to the beta release, and cleanup your code from those absurd output.dummy. If you still have a problem, please let us know, it would be a bug! Cheers, -- David ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
