Page 1 of 1

How to stream pure RGB data?

Posted: 06 May 2010 14:37
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.

How to do that?

Re: How to stream pure RGB data?

Posted: 08 May 2010 19:26
by Jean-Baptiste Kempf
You create the RGB and can you play them with VLC?

Re: How to stream pure RGB data?

Posted: 12 May 2010 21:20
by OleJak
I do not know how, is it possible?

Re: How to stream pure RGB data?

Posted: 13 May 2010 01:36
by Jean-Baptiste Kempf
Yes, using VLC 1.1 and imem

Re: How to stream pure RGB data?

Posted: 14 May 2010 01:53
by OleJak
Where to get info on how to sream RGB (or play it) using imem?