Hi!
* How do i specify --dshow-vdev=USB-video in an IE embedded webpage?
The problem is that it ignores everything after a SPACE character in the param name value and uses the first dshow device instead. <param name="Src" value="dshow:// --dshow-vdev=USB-video" />
I am running a Apache webserver on my XP PC and I am serving a page that is viewed on that same machine in IE.
<HTML>
<BODY marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">
<OBJECT classid="clsid:E23FE9C6-778E-49D4-B537-38FCDE4887D8"
codebase="http://downloads.videolan.org/pub/videolan/vlc/latest/win32/axvlc.cab"
width="400" height="300" id="vlc" events="True">
<param name="Src" value="dshow:// --dshow-vdev=USB-video" />
<param name="ShowDisplay" value="True" />
<param name="AutoPlay" value="True" />
</OBJECT>
</BODY>
</HTML>
Any feedback is appreciated.
Thanks!
/rullbandspelare