Page 1 of 1

How to stream pure RGB data?

Posted: 14 May 2010 01:55
by OleJak
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.

They say it is possible now using imem but HOW?

please HELP.