EasyCap video capture over IE

All you've ever wanted to know about the ActiveX, Mozilla plugins, the web interface and various PHP extensions
rocampos
New Cone
New Cone
Posts: 1
Joined: 11 Dec 2017 01:56

EasyCap video capture over IE

Postby rocampos » 11 Dec 2017 02:09

Hi, im triyin to get the EasyCap video capture over Internet Explorer instead any video capture software, im using this code:

<div id="Gcode122" class="dfltc">
<object classid="clsid:9BE31822-FDAD-461B-AD51-BE1D1C159921" codebase="http://downloads.videolan.org/pub/video ... /axvlc.cab" width="800" height="450" id="vlc" events="True">
<param name="Src" value="dshow://"></param>
<param name="ShowDisplay" value="True" ></param>
<param name="AutoLoop" value="no"></param>
<param name="AutoPlay" value="yes"></param>
<embed type="application/x-google-vlc-plugin" name="vlcfirefox" autoplay="yes" loop="no" width="800" height="450" target="dshow://"></embed>
</object> </div>
</div>

but it only works when i manually open the HonesTech TVR software, and i need it to work without opening any software, is it Possible?

Thank you for your help

da2424
Cone that earned his stripes
Cone that earned his stripes
Posts: 310
Joined: 16 Apr 2013 16:57

Re: EasyCap video capture over IE

Postby da2424 » 11 Jan 2018 20:52

Try to set the dshow video device:

<embed type="application/x-vlc-plugin" id="vlc" autoplay="no" loop="no" width="800" height="450" />
<script type="text/javascript">
var vlc = document.getElementById("vlc");
var options = ":dshow-vdev=name of your capturing software :dshow-adev=name of an audio device"; //You can see the available devices in the VLC GUI
vlc.playlist.add("dshow://", "", options);
vlc.playlist.play();
</script>


Return to “Web and scripting”

Who is online

Users browsing this forum: No registered users and 8 guests