How to stream your images/files with VLC?
- by Ole Jak
So I know there are lot of wrapers of libVLC.dll . But I just do not know what one is ready to do what I need...
What I need is simple...
in my C# programm I create some bitmap (once or twice per second)...
I now want to stream bitmaps live as video (in some format VLC can to offer me) to some http:localhost:port/ using VLC...
How to do that?