What I need is simple...
in my C# programm I create some bitmap *(RGB) (once or twice per second)...
I want to stream bitmaps live as video (in some format VLC can to offer me) to some http:localhost:port/ using VLC...
I do not want to save RGB data to hard drive.
How to do that?