[vlc-devel] [PATCH] Added video bridge output plugin

Jean-Baptiste Kempf jb at videolan.org
Sun Jul 2 13:08:41 CEST 2017


Hello Oliver,

On Sat, 1 Jul 2017, at 14:00, Oliver Collyer wrote:
> I understand from jb that there are possible plans in future for a plugin
> that writes to a texture, so maybe my plugin will be redundant, I'm not
> sure, but I'm offering it anyway, in case you want to include it, or in
> case someone wants to use it in their own project.

Thanks a lot for this plugin. That's very interesting, and as Thomas
says, a lot of people have the same problem. So that's really cool that
there is a clean plugin for this ;)

Indeed, I would prefer a way to do a libvlc_video_set_texture(
texture_type_t, texture_ref_pointer); and then, let the video output
(and conversion filters) draw directly in this. And support OpenGL
(GL_TEXTURE_2D), D3D9 (DIRECT3DTEXTURE9) and D3D11(Texture2D).

However, I have no idea how valid this approach is, and if it is even
possible!

BR,

-- 
Jean-Baptiste Kempf -  President
+33 672 704 734


More information about the vlc-devel mailing list