How to stream your images/files with VLC? (C# .Net)

Posted by Ole Jak on Stack Overflow See other posts from Stack Overflow or by Ole Jak
Published on 2010-04-29T14:42:44Z Indexed on 2010/05/05 17:38 UTC
Read the original article Hit count: 442

Filed under:
|
|
|
|

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...

What libvlc.dll wrapper can help me with that?

© Stack Overflow or respective owner

Related posts about vlc

Related posts about libvlc