We're looking for a .NET wrapper for libVLC that will let us put streaming video displays in Windows Forms applications, and record the displayed video. We have existing apps that use an old .NET wrapper library for libVLC, but that library is no longer being supported by its developer, so we'd like to move to a new one.
Here are the choices I've found:
- http://sourceforge.net/projects/libvlcnet/
- http://www.codeproject.com/KB/audio-video/nVLC.aspx
- http://wiki.videolan.org/.Net_Interface_to_VLC
- http://vlcdotnet.codeplex.com/
Can anyone recommend (or denounce) any of these choices, or suggest other choices?