On Wed, Dec 10, 2008 at 05:53:42PM +0100, Andreas Bartelt wrote: > Hello Alexandre, > > Alexandre Ratchov wrote: >> On Wed, Dec 10, 2008 at 07:55:59AM +0100, Andreas Bartelt wrote: >>> Hello, >>> >>> I've updated my systems to CURRENT on Dec, 7th. Since then, I'm >>> experiencing problems with mplayer audio and video playback on one of >>> my boxes (audio and video stutters about every 5 seconds). Could >>> this be caused by the libsndio related changes which have been >>> committed to the mplayer port about one month ago? >>> >> >> does it happen both with and without "aucat -l" running? >> >> -- Alexandre >> >> > > with "aucat -l" running, there are no problems with mplayer/libsndio. > Perhaps I did miss something in the last weeks -- will there be an aucat > daemon in the future which should run by default in order to handle > audio?
yes i hope this will be possible. First we have to update all ports to use libsndio, because while aucat is running, programs trying to open directly /dev/audio will fail with "Device busy". if that's not a problem for you, you can run it at system startup, for instance i run this from /etc/rc.local: nice -n -20 su -m nobody -c "aucat -l -f /dev/audio3 &" 2>/tmp/log it's not yet polished for such use, but it should work and help testing ;) -- Alexandre