<div dir="ltr">Sorry, I don't know yet :) I explain the background...<div><br></div><div>I have coded a working "video displaying" app on Windows in C# by using libvlc with Vlc.DotNet (<a href="https://github.com/ZeBobo5/Vlc.DotNet">https://github.com/ZeBobo5/Vlc.DotNet</a>) so there is many things abstracted. It is drag'n'drop, works fine. I a porting this app to Raspberry Pi, so I rewrite it from scratch in c/c++. I am starting with the tutorial (<a href="https://wiki.videolan.org/LibVLC_Tutorial/">https://wiki.videolan.org/LibVLC_Tutorial/</a>),<div>I am also starting with opengl, I tried the Raspberry Pi samples from <a href="https://github.com/raspberrypi/firmware/tree/master/opt/vc/src/hello_pi">https://github.com/raspberrypi/firmware/tree/master/opt/vc/src/hello_pi</a></div><div>My starting point is the hello_triangle demo (rotating cube). I will check the video cube demo soon.</div></div><div><br></div><div>So for now, I have a EGLSurface pointer that is my whole screen. I am still searching on how I can glue every pieces...</div><div><br></div><div>While writing this mail, I think that a possible way would be to think more "libvlc to opengl texture" like this forum post : <a href="https://forum.videolan.org/viewtopic.php?t=83833">https://forum.videolan.org/viewtopic.php?t=83833</a></div><div><br></div><div>Do you think this can be the way to succeed ?</div><div><br></div><div>Thanks :)</div><div><br></div><div>Damien</div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-09-22 20:15 GMT+11:00 Jean-Baptiste Kempf <span dir="ltr"><<a href="mailto:jb@videolan.org" target="_blank">jb@videolan.org</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 22 Sep, Damien wrote :<br>
<span class="">> I am using libvlc to create an application that can display videos on the<br>
> Raspberry Pi, and I would like to know if libvlc can run without X, by<br>
> steaming video via Opengl output, to an existing EGLSurface.<br>
<br>
</span>If I understood correctly, this would require a<br>
libvlc_media_player_set_fbo() call that does not exist yet.<br>
<br>
With my kindest regards,<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Jean-Baptiste Kempf<br>
<a href="http://www.jbkempf.com/" rel="noreferrer" target="_blank">http://www.jbkempf.com/</a> - <a href="tel:%2B33%20672%20704%20734" value="+33672704734">+33 672 704 734</a><br>
Sent from my Electronic Device<br>
______________________________<wbr>_________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="https://mailman.videolan.org/listinfo/vlc-devel" rel="noreferrer" target="_blank">https://mailman.videolan.org/<wbr>listinfo/vlc-devel</a><br>
</font></span></blockquote></div><br></div>