From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Clemens Ladisch" Subject: Re: Broken playback Date: Wed, 21 Nov 2007 12:36:02 +0100 Message-ID: <1195644962.10939.1222529331@webmail.messagingengine.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by alsa0.perex.cz (Postfix) with ESMTP id 2089824BF5 for ; Wed, 21 Nov 2007 12:36:04 +0100 (CET) Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Gabriele Melia , alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org Gabriele Melia wrote: > How I can delay the palyback in order to accumulate some decoded buffers You have to read and decode some data before you start playing. Alternatively, you could play some silence before the first decoded data, but this would desynchronize the audio and video streams. HTH Clemens