From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 08A49E00563; Fri, 27 Jun 2014 05:58:55 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=0.3 required=5.0 tests=BAYES_05,RDNS_NONE autolearn=no version=3.3.1 X-Spam-HAM-Report: * -0.5 BAYES_05 BODY: Bayes spam probability is 1 to 5% * [score: 0.0241] * 0.8 RDNS_NONE Delivered to internal network by a host with no rDNS X-Greylist: delayed 460 seconds by postgrey-1.32 at yocto-www; Fri, 27 Jun 2014 05:58:43 PDT Received: from mailext0.televes.com (unknown [212.163.42.140]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 265EEE00404 for ; Fri, 27 Jun 2014 05:58:43 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by mailext0.televes.com (Postfix) with ESMTP id DB3C89A3EAA for ; Fri, 27 Jun 2014 14:50:59 +0200 (CEST) X-Virus-Scanned: by amavisd-new at mailext0.televes.com Received: from mailext0.televes.com ([127.0.0.1]) by localhost (mailext0.televes.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TbqY7LThH2QF for ; Fri, 27 Jun 2014 14:50:59 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mailext0.televes.com (Postfix) with ESMTP id A80559A3EB3 for ; Fri, 27 Jun 2014 14:50:59 +0200 (CEST) Received: from tves0.televes.com (tvesbackup0 [212.163.42.137]) by mailext0.televes.com (Postfix) with ESMTP id 6B9FB9A3EAA for ; Fri, 27 Jun 2014 14:50:59 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by tves0.televes.com (Postfix) with ESMTP id D2C9CF0E7E4BB for ; Fri, 27 Jun 2014 14:50:59 +0200 (CEST) Received: from arantia1.arantia.com (ARANTIA0.televes.com [192.168.178.2]) by tves0.televes.com (Postfix) with ESMTP id CEAF7F0E7E4AC for ; Fri, 27 Jun 2014 14:50:59 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by arantia1.arantia.com (Postfix) with ESMTP id A83041621471 for ; Fri, 27 Jun 2014 14:50:59 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by arantia1.arantia.com (Postfix) with ESMTP id 83F6C163EA68 for ; Fri, 27 Jun 2014 14:50:59 +0200 (CEST) Received: from arantia1.arantia.com ([127.0.0.1]) by localhost (arantia0 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23357-08 for ; Fri, 27 Jun 2014 14:50:58 +0200 (CEST) Received: from [192.168.178.218] (unknown [192.168.178.1]) by arantia1.arantia.com (Postfix) with ESMTP id 796041621471 for ; Fri, 27 Jun 2014 14:50:58 +0200 (CEST) Message-ID: <53AD68B1.9070601@arantia.com> Date: Fri, 27 Jun 2014 14:50:57 +0200 From: Ruben Morgade User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org Subject: HDMI Audio behaviour X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jun 2014 12:58:55 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hello everyone, We are testing multiple video overlay using Daisy branch in a Wanboard Quad. Using the example from: https://community.freescale.com/docs/DOC-93788 We get the for videos working with no problem and audio output in the "line-out" are all videos mixed together. If we change the alsaconf to output the audio through HDMI we the previous example crashes because of the audiosink. We have to use the flags for gst-launch to only decode 1 audio at the time. We would like to have the same behaviour than in the analog output and play with different volume for each video. Is this feasible? Kind Regards, Ruben