1
I’m following several pages to play my sample video in the browser, and I’m having great difficulties with the VLC plugin, because I just can’t install..
Here is the example video:
http://dveo.com/downloads/TS-sample-files/San_Diego_Clip.ts
Here the Code I’m using to activate the plug:
example of Sopt:
<embed
type="application/x-vlc-plugin"
pluginspage="http://www.videolan.org"
version="VideoLAN.VLCPlugin.2"
width="300"
height="200"
id="vlc"
loop="yes"
autoplay="yes"
target="http://dveo.com/downloads/TS-sample-files/San_Diego_Clip.ts"
/>
</embed>
example of the VLC wiki:
<!DOCTYPE html>
<html>
<title>
VLC Mozilla plugin test page
</title>
<body>
<embed
type="application/x-vlc-plugin"
pluginspage="http://www.videolan.org"
width="640"
height="480"
id="vlc"
target="http://dveo.com/downloads/TS-sample-files/San_Diego_Clip.ts"
/>
<script type="text/javascript">
<!--
var vlc = document.getElementById("vlc");
vlc.audio.toggleMute();
//-->
</script>
</body>
</html>
BUT always appears ""this plugin is not supported""
In the configuration of the browsers I searched for several VLC Plugins but none seems to be the correct one, in the page of VLC also can not find to download / install...
Hi Camila, it may be that the plugin is for 64bit and the browser for x86 or vice versa, has to give more details?
– Guilherme Nascimento
Yes I can give you more details, but understand ... as I’m new I do not know how to "talk", please tell me what you need... ___1) My test windows is 64bits, as well as the Chrome, mozila, safari, edge, explorer and Vivaldi.. ___2) I am also testing in Ubuntu 64 with Chrome, mozila, safari and vivaldi ___3) and also on macOS.. with Chrome, mozila, safari, edge, explorer and Vivaldi.... ___4) BUT I COULD NOT INSTALL the plugin in any browser... from any OS
– Camila Yamamoto
think the biggest problem is how to "check" if the VLC plug is installed
– Camila Yamamoto
I will test the VLC plugin and Embed or Video to see if I can reproduce the problem or solve it and as soon as I can warn you, I saved your question in the bookmarks so as not to forget.
– Guilherme Nascimento
THANKS! : D I really don’t know how to INSTALL the VLC plugin in the browser...
– Camila Yamamoto