VLC Plugin in IE 11
Posted: 07 Jun 2015 17:50
Hello,
When using the embed below I am not able to get video to display in the plugin on IE11. This embed works with Chrome and Mozilla everytime. I have also tried 64 bit VLC with the same result. The application works perfectly to decode the udp video, just no the plugin on IE 11.
The components:
Windows 7 or 8.1
IE 11 (11.0.9600.17801)
VLC Plugin 2.2.1
The html code:
<HTML>
<HEAD>
<TITLE>IE VLC Plugin Test Page</TITLE>
</HEAD>
<BODY>
<div id="plugin">
<embed type="application/x-vlc-plugin" id="vlc" pluginspage="http://www.videolan.org" target="udp://@225.168.1.1:1234"
height="480" width="640" />
</div>
</BODY>
</HTML>
Regards,
Jordan
When using the embed below I am not able to get video to display in the plugin on IE11. This embed works with Chrome and Mozilla everytime. I have also tried 64 bit VLC with the same result. The application works perfectly to decode the udp video, just no the plugin on IE 11.
The components:
Windows 7 or 8.1
IE 11 (11.0.9600.17801)
VLC Plugin 2.2.1
The html code:
<HTML>
<HEAD>
<TITLE>IE VLC Plugin Test Page</TITLE>
</HEAD>
<BODY>
<div id="plugin">
<embed type="application/x-vlc-plugin" id="vlc" pluginspage="http://www.videolan.org" target="udp://@225.168.1.1:1234"
height="480" width="640" />
</div>
</BODY>
</HTML>
Regards,
Jordan