I don't find simple metod to use libvlc as output from rendering software, so I write decoder module (uses fake acess module). This module make possible making video stream from raw-image generating (to memory) from rendering program uses libvlc. /****************************************************...
libVLC can be use as input video to my app (via vmem - http://wiki.videolan.org/LibVLC_SampleCode_SDL),
but is possible (and if yes how made it?) use libVLC as (network streaming) video-output (for example from SDL app)?