Page 1 of 1

Visual Basic How to Stream

Posted: 05 Sep 2006 11:12
by my_1998
Hi,

I start a VLC player and then start streaming a video.

Then I write a VB program to get the stream by the following command
VLCPlugin1.addTarget "udp://@239.20.30.40", Null, VLCPlayListAppendAndGo, -666

How can I use VB to stream a video?

Many Thanks

Posted: 16 Dec 2006 13:30
by Zingaro2002
Have you solved you problem?

I also want to stream video in my VLC plugin and to encode it to an mpeg4 file.

Thanks for you suggestions.