<div dir="ltr">Hello, <div><br></div><div>thanks for the suggestion, it works great now.</div><div>I don't know if I made something wrong before or if some new commits fix the issue.</div><div><br></div><div>thanks for your work</div>

<div><br></div><div>antoine<br><div class="gmail_extra"><br clear="all"><div>--<br>do it yourself                       <br><a href="http://antoine.villeret.free.fr" target="_blank">http://antoine.villeret.free.fr</a><br>

</div>
<div class="gmail_quote"><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Message: 4<br>
Date: Fri, 23 May 2014 08:34:57 +0200<br>
From: Julian Scheel <<a href="mailto:julian@jusst.de">julian@jusst.de</a>><br>
To: <a href="mailto:vlc-devel@videolan.org">vlc-devel@videolan.org</a><br>
Subject: Re: [vlc-devel] Building vlc with hardware decoding support<br>
        on Raspberry Pi<br>
Message-ID: <<a href="mailto:537EEC11.5030303@jusst.de">537EEC11.5030303@jusst.de</a>><br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>
Am 22.05.2014 01:34, schrieb Antoine Villeret:<br>
> hello there,<br>
><br>
> this is my first message on this list, so I have to introduce myself<br>
> first :-)<br>
> I'm a French interactive art maker.<br>
> I'm working both for artists as a software engineer and interactivity<br>
> designer and for myself while I'm doing my own interactive art installation.<br>
><br>
> For some stuff I need an accurate video syncing solution.<br>
> Accurate means a per frame synchronisation.<br>
> I found the way to do that with the great VLC (thanks everybody for this<br>
> wonderful tool !) and I'm trying to deploy the solution on Raspberry Pi<br>
> device.<br>
><br>
> I found a good tutorial explaining how to build VLC from scratch with<br>
> hardware decoding support : <a href="http://www.oblivion-software.de/index.php?id=56" target="_blank">http://www.oblivion-software.de/index.php?id=56</a><br>
><br>
> I built it successful (not without headache, but build ends fine :-) )<br>
> but I cannont get hardware acceleration.<br>
> I've already post something here :<br>
> <a href="https://forum.videolan.org/viewtopic.php?f=13&t=119448" target="_blank">https://forum.videolan.org/viewtopic.php?f=13&t=119448</a><br>
> But I got no answer for now, I hope to find some here :-)<br>
><br>
> I have omxil_vout module and omxil codec as this log says :<br>
><br>
> vlc --list | grep omxil<br>
> VLC media player 2.2.0-git Weatherwax (revision 2.1.0-git-3280-g2fe9c76)<br>
>    omxil                  D?codeur audio/vid?o utilisant OpenMAX IL<br>
>    omxil                  Encodeur vid?o utilisant OpenMAX IL<br>
>    omxil_vout             OpenMAX IL video output<br>
><br>
> I start vlc in terminal with this command line :<br>
> ./vlc --verbose 6 -I "dummy" --vout omxil_vout --codec omxil ../test.h264<br>
><br>
> and I can see the first frame frozen, then another frame few seconds<br>
> later but no fluent video.<br>
> I've post the full log here :<br>
> <a href="http://pastebin.com/ARjMkfBx" target="_blank">http://pastebin.com/ARjMkfBx</a><br>
<br>
According to the log omxil is used, but not with direct rendering. You<br>
might want to try out latest vlc git and build it with mmal support<br>
(actually when building on rpi it shall be enabled by default).<br>
This should work better than the OMX code on the Raspberry.<br></blockquote></div></div></div></div>