Page 1 of 1

Streaming VLC with .NET

Posted: 04 Nov 2008 17:10
by jshort86
Hi

I am trying to add in video streaming functionallity to our video capture program. I was wondering if VLC provides an library, that can be integrated with a VB.NET application which allow video files to be streamed over a network, preferably using UDP, as at the moment we have to do all our streaming using the VLC Player Client.

Any feedback would be greatly appreciated

jack

Re: Streaming VLC with .NET

Posted: 05 Nov 2008 04:54
by publicENEMY
if you scout the forum, you can find few .net wrappers for libvlc. it wasnt built by the vlc team, but it was built by the community. generally, the library are either for 0.8.6 series or 0.9.x series. they cannot mix and match.

thanks.