Wouldn't setting prebuf to 0 allow both streams to continue playing in case there's a buffer underrun on one of them? Lennart Poettering wrote: > On Fri, 19.09.08 11:28, Ioana Ivan (iivan at redhat.com) wrote: > > >> Hi, >> If I have several stream that are synchronized, is there any way to make >> the other streams pause if there's no data to be played on one of them? >> > > If you synchronize streams in PA their state will also stay > synchronized. That means that you should set prebuf=0 for all streams > so that their state can never deviate. > > Lennart > >