From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id EDFA6E00874; Wed, 7 Jan 2015 05:45:40 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high * trust * [135.245.210.20 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from smtp-fr.alcatel-lucent.com (fr-hpida-esg-01.alcatel-lucent.com [135.245.210.20]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 96F38E00823 for ; Wed, 7 Jan 2015 05:45:34 -0800 (PST) Received: from us70tusmtp2.zam.alcatel-lucent.com (unknown [135.5.2.64]) by Websense Email Security Gateway with ESMTPS id 9B30A8A8F21B6; Wed, 7 Jan 2015 13:45:30 +0000 (GMT) Received: from usnavsmail2.ndc.alcatel-lucent.com (usnavsmail2.ndc.alcatel-lucent.com [135.3.39.10]) by us70tusmtp2.zam.alcatel-lucent.com (GMO) with ESMTP id t07DjU1R014930 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Wed, 7 Jan 2015 08:45:31 -0500 Received: from umail.lucent.com (umail.ndc.lucent.com [135.3.40.61]) by usnavsmail2.ndc.alcatel-lucent.com (8.14.3/8.14.3/GMO) with ESMTP id t07DjTLw003613 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 7 Jan 2015 07:45:30 -0600 Received: from [135.222.138.133] (Ed-PC.mh.lucent.com [135.222.138.133]) by umail.lucent.com (8.13.8/TPES) with ESMTP id t07DjS3R026981; Wed, 7 Jan 2015 07:45:29 -0600 (CST) Message-ID: <54AD376A.7040606@alcatel-lucent.com> Date: Wed, 07 Jan 2015 08:40:58 -0500 From: Ed Sutter User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: "Dmitriy B." References: <54AC1D12.5040603@alcatel-lucent.com> <54AC324F.1010301@alcatel-lucent.com> <54AC5D4A.2080501@alcatel-lucent.com> In-Reply-To: X-Scanned-By: MIMEDefang 2.64 on 135.3.39.10 Cc: "meta-freescale@yoctoproject.org" Subject: Re: webrtc question 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: Wed, 07 Jan 2015 13:45:41 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit > From your description it seems that the webRTC will be the > 'communication channel' and the processing of the packages > will be a > second step (audio / video / whatever). For VP8 it > does work, > as it is > supported in Chromium. > > > Unfortunately, it is not that simple. webrtc & libjingle is a > long going project from Google that is done as a big C++ > framework that has everything you need: encoding, decoding > libs, communication libs and debug stuff. Chrome is just > hooked up to use that framework when webrtc actions appear in > users javascript. webrtc does not depend on HTML5 video > playback for example, where we have with patches imx-vpu in > action. At least that is how it did work around a year ago. > > Similarly, HTML5 doesn't use VP8 unless webrtc is involved right? > I'm hoping I don't need to get near any HTML at all, and can use > libjingle along with the audio and video engines to do this. > > > IIRC, no,