Hi,

Romain's suggestion of separating input and output in two clocks is a
good idea. The trick to do it (SVN only) is simply to add a
buffer(...) operator around your input.alsa:

input = mksafe(buffer(input.alsa(device="pcm.liquidsoap")))

What this does is allow the icecast output to lag a little bit without
affecting the soundcard input (which is a cause of overruns). This
might be enough to solve your problem. This is probably not a
solution, however, if the icecast server has no reason to make your
output lag (e.g. if the icecast is local, I don't see how it could be
a problem).

You can read more about that here:
  http://savonet.sourceforge.net/doc-svn/clocks.html

Good luck,
-- 
David

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to