[meta-freescale] Chromium crashes on HTML5 video tag

Greg grg.moulin at gmail.com
Mon Jun 15 06:33:37 PDT 2015


Nikolay Dimitrov <picmaster at ...> writes:

> 
> Hi Greg,
> 
> On 06/15/2015 10:29 AM, Greg wrote:
> > Nikolay Dimitrov <picmaster <at> ...> writes:
> >
> >>
> >> Hi gang,
> >>
> >> Chromium tabs are crashing when they see an HTML5 <video> tag, like
> >> this one:
> >>
> >> <video width="320" height="240" controls>
> >>     <source src="movie.mp4" type="video/mp4">
> >> </video>
> >>
> >> (Code is from http://www.w3schools.com/html/html5_video.asp)
> >>
> >> I'm pretty sure that this worked fine some weeks ago, so it's a 
recent
> >> regression on Fido, 100% reproducible on imx6q sabresd. At this 
moment
> >> I still can't point to a specific commit in meta-fsl-arm or
> >> meta-browser.
> >>
> >> Thanks in advance for any ideas. Regards,
> >> Nikolay
> >
> >
> > Hi,
> >
> > I had the same problem and I solved it by moving libffmpegsumo.so 
from
> > /usr/lib/chromium/ to /usr/bin/chromium/.
> > I'm now able to play audio and video files using HTML5 tag.
> 
> Do you remember which git commit you've used during this observation?
> 
> Regards,
> Nikolay


Hi Nikolay,

I'am using master branch for meta-browser layer and dizzy branch for 
meta-fsl-arm layer.

This is commit 355f6d474462996c3bf07d7a72233b6c81cb2e8a which change 
installation folder destination for libffmpegsumo.so.

To have video/audio working, I just modify chromium.inc file in order to 
install libffmpegsumo.so into ${D}/${bindir}/${BPN}.

Regards,
Greg





More information about the meta-freescale mailing list