From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 7C9C4E00786; Tue, 23 Sep 2014 12:06:09 -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=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (richardcochran[at]gmail.com) * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [74.125.82.45 listed in list.dnswl.org] Received: from mail-wg0-f45.google.com (mail-wg0-f45.google.com [74.125.82.45]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id CF209E0034C for ; Tue, 23 Sep 2014 12:06:06 -0700 (PDT) Received: by mail-wg0-f45.google.com with SMTP id x13so4426689wgg.4 for ; Tue, 23 Sep 2014 12:06:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=t8Ka+9f1/9PFgU2ntIbNl1CltMckRkyRIDojcdqZiz0=; b=oMo3kELErdkbcuRA9TCxwxl4q2y8eWMXWjOjhKgvjP2yTALfRdybXgiI9wKIL56spw LuRBMUkHq4U1EqFl+md3c/uwk2fwGscr3S8k97BjY6c7fZ4WRizaqibxpjOvkD0eBGT0 hnAVPfJErm4CsUP8d5IzYZXrblom79pnq8wXY/rtEn3/PzTUHALNTuLo1jEjc+K/HIUn dKIByNZxTLuxjogV58xKQa/HPzjd3zgqWf0m00c07LG2lNO+j1UbQyZslISf+JXaYQzq N/j69Yvc20tOlI4yHB6mm3QNweCXZOYj2wLYxd88VvV/q9EppnhwwkuLVWIznwmw65Zm 96Jw== X-Received: by 10.194.201.201 with SMTP id kc9mr2126045wjc.50.1411499166198; Tue, 23 Sep 2014 12:06:06 -0700 (PDT) Received: from netboy (188-22-22-159.adsl.highway.telekom.at. [188.22.22.159]) by mx.google.com with ESMTPSA id lf1sm16696015wjb.24.2014.09.23.12.06.04 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 23 Sep 2014 12:06:05 -0700 (PDT) Date: Tue, 23 Sep 2014 21:06:01 +0200 From: Richard Cochran To: Bin Lin Message-ID: <20140923190600.GB24931@netboy> References: <20140923181351.GA24931@netboy> <608A2425-9B3C-41F5-92A4-F3F408F8A683@tekmagic.net> <5421C23B.30803@habeyusa.com> MIME-Version: 1.0 In-Reply-To: <5421C23B.30803@habeyusa.com> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: meta-freescale@yoctoproject.org Subject: Re: imx6: webkit html5 video with hardware acceleration 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: Tue, 23 Sep 2014 19:06:09 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Sep 23, 2014 at 11:55:55AM -0700, Bin Lin wrote: > We tried to get the HTML5 playback working with Qt5.2.1 webkit on > daisy branch. It hangs when it is trying to play. We tried it on > both the youtubeview example of Qt5 webkitqml and the browser > example of webkitwidgets, eglfs setup. The results are the same. Right, both Qt4 and Qt5 webkits also don't work. > What are the steps you followed to make the HTML5 at least to play > under webkit? That is the point. It doesn't play videos. The 'daisy' branch has midori, and I was able to build midori without any issues, and this builds webkit. IIRC, you can see that webkit-gtk will start gstreamer, but there is no picture at all. Sorry, Richard