ActiveX component display

All you've ever wanted to know about the ActiveX, Mozilla plugins, the web interface and various PHP extensions
BillW

ActiveX component display

Postby BillW » 13 Dec 2005 21:11

I am running the 0.8.4 version of the ActiveX control. I inserted the component into a Visual Basic 6.0 Application and am using it to display a multicast. I can get it to start and play. I only have a question about the displayed video when the window is relatively small.
Using the VLCLAN application I have to change the Video>deinterlace>Discard. Then the video shows correctly.
Is there a way to set this variable in the ActiveX control??
THANX in advance
Bill

Quovodis
Cone that earned his stripes
Cone that earned his stripes
Posts: 271
Joined: 16 Jun 2004 11:13
Location: Cork, Ireland

Postby Quovodis » 14 Dec 2005 01:07

Using the VLCLAN application I have to change the Video>deinterlace>Discard. Then the video shows correctly.
Is there a way to set this variable in the ActiveX control??
in a nutshell, the activex control takes the same arguments as the VLC player command line, you just use them in the options field, following code should solve your problem

Code: Select all

Dim Voptions() As Variant Voptions() = Array(":vout-filter=deinterlace", ":deinterlace-mode=discard") vlc.addTarget "udp://@224.1.1.1:32794.mpg", Voptions, VLCPlayListAppendAndGo, -666


Return to “Web and scripting”

Who is online

Users browsing this forum: No registered users and 14 guests