From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.cybertec.at (ns.km31432.keymachine.de [87.118.86.135]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 4BD43E00BB6 for ; Wed, 2 Apr 2014 04:12:36 -0700 (PDT) Received: from localhost.localdomain (unknown [87.242.12.103]) by mail.cybertec.at (Postfix) with ESMTPSA id C96F33900F5E; Wed, 2 Apr 2014 11:12:18 +0000 (UTC) Message-ID: <533BF092.1040004@pr.hu> Date: Wed, 02 Apr 2014 13:12:18 +0200 From: Boszormenyi Zoltan User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Carlos Rafael Giani , Eric Nelson , Christian Betz , "meta-freescale@yoctoproject.org" References: <532A02E5.7060607@boundarydevices.com> <532A057E.2010805@pseudoterminal.org> <532A1CC6.1020609@boundarydevices.com> <532A5782.4050809@boundarydevices.com> <532AA723.1010901@pseudoterminal.org> <532B7776.5090700@pseudoterminal.org> <533B11E6.5040103@boundarydevices.com> <533BE4A3.7040301@pr.hu> <533BE511.8020608@pseudoterminal.org> In-Reply-To: <533BE511.8020608@pseudoterminal.org> Subject: Re: Chromium 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: Wed, 02 Apr 2014 11:12:40 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit 2014-04-02 12:23 keltezéssel, Carlos Rafael Giani írta: > On 2014-04-02 12:21, Boszormenyi Zoltan wrote: >> Hi, >> >> 2014-04-01 21:22 keltezéssel, Eric Nelson írta: >>> >>> Mahyar updated these patches to apply against the chromium-35.0.1883.0 >>> build currently in meta-browser. >>> >>> Additional notes to follow, but this appears to achieve HTML5 video >>> against Webm/Ogg videos when chromium is started with these command >>> line arguments: >>> --ignore-gpu-blacklist --enable-gpu --usegl-egl >> >> you meant "--use-gl=egl". >> >> I have rebuilt Chromium with these patches. The result cannot play a short MP4 video >> from a file:// URL. >> The console output is very suspicious, libGAL complains about a missing ID file that >> actually exists. >> The image about the console is attached. >> >> Best regards, >> Zoltán Böszörményi >> > > The VPU part could be because of missing firmware. Check if the vpu files are present in > /lib/firmware. I have /lib/firmware/vpu/vpu_fw_imxq6.bin, size 253968, the last 6 digits of md5sum is e8debf. > As for MP4, this is a known problem. You are building Chromium, not Chrome. MP4 support > is part of the restricted feature set, which is included in Chrome but not Chromium. Try > a WebM file for example. I tried these: 1. http://www.webmfiles.org/demo-files/ The webm examples play nicely, even scaled to full screen. 2. http://devfiles.myopera.com/articles/1891/custom-controls-webm-720p.html It's the same "Elephants Dream" as one of the examples in (1) but at 720p. It pays nicely in the browser control but it's a slideshow as full screen. On the other hand, gstreamer 0.10 with gst-fsl-plugin and its gst-fsl-plugin-gplay subpackage, gplay plays a 720p and a 1080p H.264 test file very well without tearing. Best regards, Zoltán Böszörményi