views:

259

answers:

0

Right now I'm developing an application in VB.NET that streams video using VLC, but each time I want to stream a video I have to open a new vlc interface using a .BAT file and passing some arguments. The problem is that I need the VLC to be Embedded and stream from inside my applications. I have manage to get the vlc embedded and I can play any video I want, the problem is that I cant do the streaming part... I have found many examples but none of them works. Can anyone help me? :S