On Fri, Oct 30, 2009 at 2:56 AM, Christian Heisch <[email protected]> > So, if I add "sleep 8" or so, Liquidsoap will run into problems because the > buffer runs empty before the 8 seconds are gone, correct?
Correct. Just a detail: no buffer empties on the liquidsoap side. Liquidsoap just tries to send data following real time (one second of music in one second of time). If it gets delayed, for example because of a handler executed in its streaming thread, it won't be able to send data on time. This is usually corrected by running faster for a while. And you see it in the logs when it gets significant (We must catchup xxx!) If there is too much latency in liquidsoap, the icecast buffer empties, and the listener is effected. -- David ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) 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/devconference _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
