Can't get VLC plugin in IE 9

All you've ever wanted to know about the ActiveX, Mozilla plugins, the web interface and various PHP extensions
vnggui
Blank Cone
Blank Cone
Posts: 15
Joined: 22 Oct 2014 18:50

Can't get VLC plugin in IE 9

Postby vnggui » 22 Oct 2014 18:56

Hi,

I download VLC 2.15 execute file in windows, during installation, check Mozilla Plugin and ActiveX Plugin, after installation finish, check IE add-ons, there is no VLC plugin there, I try several times and run regsvr32 axvlc.dll as well, no luck.

any help?

thanks,

vng

RSATom
Big Cone-huna
Big Cone-huna
Posts: 513
Joined: 24 Nov 2011 06:55
Operating System: Windows/Linux/OsX
Location: Russia, Tomsk

Re: Can't get VLC plugin in IE 9

Postby RSATom » 22 Oct 2014 19:04

You could try fbvlc...

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

Re: Can't get VLC plugin in IE 9

Postby da2424 » 22 Oct 2014 19:43

The plugin will not automatically listed in IE. Try it with the VLC Plugin test page:
http://git.videolan.org/?p=npapi-vlc.gi ... ml;hb=HEAD

It should now appear a security message, which must be confirmed. Now the plugin should listed in the addons menu.

vnggui
Blank Cone
Blank Cone
Posts: 15
Joined: 22 Oct 2014 18:50

Re: Can't get VLC plugin in IE 9

Postby vnggui » 22 Oct 2014 19:56


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

Re: Can't get VLC plugin in IE 9

Postby da2424 » 22 Oct 2014 20:00

The displayed link text is reduced from the forum software, please click onto the link, then it will work ;)

vnggui
Blank Cone
Blank Cone
Posts: 15
Joined: 22 Oct 2014 18:50

Re: Can't get VLC plugin in IE 9

Postby vnggui » 22 Oct 2014 20:08

same, not working.

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

Re: Can't get VLC plugin in IE 9

Postby da2424 » 22 Oct 2014 20:13

Which VLC have you installed? 32bit or 64bit?

vnggui
Blank Cone
Blank Cone
Posts: 15
Joined: 22 Oct 2014 18:50

Re: Can't get VLC plugin in IE 9

Postby vnggui » 22 Oct 2014 20:19

try both 32bit and 64 bit

vnggui
Blank Cone
Blank Cone
Posts: 15
Joined: 22 Oct 2014 18:50

Re: Can't get VLC plugin in IE 9

Postby vnggui » 22 Oct 2014 20:24

@RSATom,
download FBVLC_0.1.5_vlc_2.1.3 and install, seems no chance to check ActiveX Plugin. Installation success but don't see VLC plugin in IE (Win 8, IE10 and Win 7 IE9).

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

Re: Can't get VLC plugin in IE 9

Postby da2424 » 22 Oct 2014 20:39

If it doesn't work with FBVLC, too, then it seems for me that there is a problem in IE or Windows. FBVLC should be listed directly after the installation, if IE was (re)opened after the installation.

RSATom
Big Cone-huna
Big Cone-huna
Posts: 513
Joined: 24 Nov 2011 06:55
Operating System: Windows/Linux/OsX
Location: Russia, Tomsk

Re: Can't get VLC plugin in IE 9

Postby RSATom » 23 Oct 2014 04:51

@RSATom,
download FBVLC_0.1.5_vlc_2.1.3 and install, seems no chance to check ActiveX Plugin. Installation success but don't see VLC plugin in IE (Win 8, IE10 and Win 7 IE9).
did you try to open http://rsatom.github.io/fbvlc/ ?

RSATom
Big Cone-huna
Big Cone-huna
Posts: 513
Joined: 24 Nov 2011 06:55
Operating System: Windows/Linux/OsX
Location: Russia, Tomsk

Re: Can't get VLC plugin in IE 9

Postby RSATom » 23 Oct 2014 04:53

For fbvlc you have to use little different html. Look to page source at http://rsatom.github.io/fbvlc/

vnggui
Blank Cone
Blank Cone
Posts: 15
Joined: 22 Oct 2014 18:50

Re: Can't get VLC plugin in IE 9

Postby vnggui » 23 Oct 2014 21:14

Thanks, RSATom, http://rsatom.github.io/fbvlc/ works perfect for two modes with IE 9, Chrome and Firefox.

I made standard vlc working as well, the only thing for standard vlc, IE 9 need extra browser refresh to get video .
here is the sample code: (VID_10212014.mp4 can be any .mp4 file)

http://localhost/vlc/web-convertie.html
<html>
<head>
<meta content="IE=EDGE" http-equiv="X-UA-Compatible">
<title>VLC Player</title>
</head>
<body>
<div style="width: 100%; height: 100%; position: relative; background-color: black;" id="p1" class="myplayer">
<div style="width: 100%; height: 100%; display: block;" id="player_78587">
<object type="application/x-vlc-plugin" classid="clsid:9BE31822-FDAD-461B-AD51-BE1D1C159921" width="400" height="300" >
<param name="Src" value="http://10.51.51.73/clients/vlc/VID_10212014.mp4">
<param name="windowless" value="true"></object>
</object>
</div>
</div>
</body>
</html>

Any suggestions?

vnggui
Blank Cone
Blank Cone
Posts: 15
Joined: 22 Oct 2014 18:50

Re: Can't get VLC plugin in IE 9

Postby vnggui » 25 Oct 2014 00:19

@RSATom,
A urgent question regarding to your reference http://rsatom.github.io/fbvlc/
I want to load an empty VLC player and feed video URL later, but can't make it work.
like: document.getElementById(this.options.playerId + "_emb").play("http://10.51.51.73/clients/vlc/VID_10212014.mp4");
give me error .play not supported.

how your "<button id="w_play_button" onclick="plugin_wl().play(getByID('MRL_wl').value)">play</button>" can work?

thanks ahead,

vng

RSATom
Big Cone-huna
Big Cone-huna
Posts: 513
Joined: 24 Nov 2011 06:55
Operating System: Windows/Linux/OsX
Location: Russia, Tomsk

Re: Can't get VLC plugin in IE 9

Postby RSATom » 25 Oct 2014 04:12

maybe tag with id

Code: Select all

this.options.playerId + "_emb"
not exists?

vnggui
Blank Cone
Blank Cone
Posts: 15
Joined: 22 Oct 2014 18:50

Re: Can't get VLC plugin in IE 9

Postby vnggui » 27 Oct 2014 17:22

Thanks, RSATom.

this.options.playerId + "_emb" exists which is this.player = getElementByID(..) is there.
method this.player.play() not there,but this.player.playlist.add(...) exist.

RSATom
Big Cone-huna
Big Cone-huna
Posts: 513
Joined: 24 Nov 2011 06:55
Operating System: Windows/Linux/OsX
Location: Russia, Tomsk

Re: Can't get VLC plugin in IE 9

Postby RSATom » 27 Oct 2014 19:25

could you give link to full page?


Return to “Web and scripting”

Who is online

Users browsing this forum: No registered users and 7 guests