Date: Sat, 6 Sep 2008 18:24:41 +0200 (CEST) From: Wojciech Puchar <wojtek@wojtek.tensor.gdynia.pl> To: Jos Chrispijn <jos@webrz.net> Cc: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Re: Jittering sound on streaming Message-ID: <20080906182223.W2883@wojtek.tensor.gdynia.pl> In-Reply-To: <48C27E2A.8040807@webrz.net> References: <48C24F37.30707@webrz.net> <20080906124251.G1900@wojtek.tensor.gdynia.pl> <48C27E2A.8040807@webrz.net>
next in thread | previous in thread | raw e-mail | index | archive | help
> Wojciech Puchar wrote: >> try setting rtprio on your streaming app and check if it still persist > Great, that really worked! unix is not realtime OS. rtprio make process "realtime", which mostly works. true realtime task will be if it will lock it's memory to prevent swapping. in reality constantly used pages are never swapped so it's not a problem. for me it was (is) a requirement with ports/net/asterisk.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080906182223.W2883>