Page 1 of 1

Only default video device in active x control

Posted: 09 May 2006 03:14
by kyfung
Hi,
I have two capture device and I can choose them from VLC media player's video device setting.
But for active x control only the default video device is used no matter what "dshow-vdev" is.

Below is my code :
<html><body>
<object classid="clsid:E23FE9C6-778E-49D4-B537-38FCDE4887D8" codebase="http://downloads.videolan.org/pub/video ... /axvlc.cab"
width="100%" height="100%" id="vlc" events="True">
<param name="Src" value='dshow:// :dshow-vdev="Hauppauge WinTV PVR PCI II Capture" :dshow-adev="" :dshow-size="" ' />
<param name="ShowDisplay" value="True" />
<param name="AutoPlay" value="True" />
</object></body></html>

I tried both 0.8.4a and 0.8.5. Is there any setting I missed?

Thanks and regards