Hello , I am using VLC web plugin on internet explorer 11 to show rtsp cameras , it works fine with 32 bit ActiveX but the page doesn't load on 64 bit ActiveX , I did some research yet didn't find a solid answer if it's working or not , can you enlighten me about 64 bit VLC web plugin , is it working or i am going into a dead end ?
<object classid="clsid:9BE31822-FDAD-461B-AD51-BE1D1C159921"
id="vlc_1"
codebase="http://download.videolan.org/pub/videol ... /axvlc.cab">
<param name="src" value=rtsp-link />
<param name="autoplay" value="true" />
<param name="toolbar" value="true" />
<param width="640" height="480" />
</object>