VLC and mozilla Firefox

Microsoft Windows specific usage questions
Forum rules
Please post only Windows specific questions in this forum category. If you don't know where to post, please read the different forums' rules. Thanks.
Ar4i
New Cone
New Cone
Posts: 2
Joined: 10 Dec 2008 19:18

VLC and mozilla Firefox

Postby Ar4i » 10 Dec 2008 19:28

After installing VLC player on FireFox 3.0.4 (Windows XP) it seems to have replaced media player plug-in and now click on a streamed video like a TV would show a "Video is loading..." message that would stay forever. While the same video worked just fine before installation of VLC.
When I disable the VLC plug-in in Firefox the videos no longer load anything. How can I remove the VLC plug-in and restore media player plug in? I still would like to use VLC player to watch TV as external player, but it seems that it won't work in the browser. The same thing happened on both my computers.

Thanks in advance for your help.

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: VLC and mozilla Firefox

Postby Jean-Baptiste Kempf » 10 Dec 2008 21:21

VLC version?
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

Ar4i
New Cone
New Cone
Posts: 2
Joined: 10 Dec 2008 19:18

Re: VLC and mozilla Firefox

Postby Ar4i » 11 Dec 2008 18:21

VLC 0.9.6

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: VLC and mozilla Firefox

Postby VLC_help » 11 Dec 2008 19:54

Uninstall VLC and install it again without browser plugins.

0.9.8a hopefully has working browser plugin if you want to try that.

giangy11
Blank Cone
Blank Cone
Posts: 34
Joined: 08 Feb 2009 18:12

Re: VLC and mozilla Firefox

Postby giangy11 » 11 Feb 2009 11:59

i've vlc 1.0.0-git compiled by myself with mozilla plugins.
Mozilla plugins are activated on firefox browser (typing about:plugins i see all the mozilla vlc plugins activated).

Now where can i find a website where i can use this vlc browser player?
thank you
Gianluca

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: VLC and mozilla Firefox

Postby Jean-Baptiste Kempf » 11 Feb 2009 12:45

vlc.revolunet.com ?
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

giangy11
Blank Cone
Blank Cone
Posts: 34
Joined: 08 Feb 2009 18:12

Re: VLC and mozilla Firefox

Postby giangy11 » 11 Feb 2009 13:05

with mozilla plugins of my source-compiled version of vlc (1.0.0-git-goldeneye) plugins don't works (modifing registry key with the 1.0.0 plugin path)

if i use mozilla plugins of vlc 0.9.6 (installer.exe) plugins work correctly.

in your opinion what is the problem?

giangy11
Blank Cone
Blank Cone
Posts: 34
Joined: 08 Feb 2009 18:12

Re: VLC and mozilla Firefox

Postby giangy11 » 11 Feb 2009 14:28

i've seen that only with vlc installer version-win32 the mozilla plugin on it works fine.

with others version it doesn't.

I think it's a problem of key registry, but i don't know :-/

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: VLC and mozilla Firefox

Postby Jean-Baptiste Kempf » 11 Feb 2009 19:18

Of course, you cannot use the plugin without registering the dlls.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

giangy11
Blank Cone
Blank Cone
Posts: 34
Joined: 08 Feb 2009 18:12

Re: VLC and mozilla Firefox

Postby giangy11 » 11 Feb 2009 19:25

how have i to proceed?

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: VLC and mozilla Firefox

Postby Jean-Baptiste Kempf » 11 Feb 2009 19:37

Use the installer.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

giangy11
Blank Cone
Blank Cone
Posts: 34
Joined: 08 Feb 2009 18:12

Re: VLC and mozilla Firefox

Postby giangy11 » 11 Feb 2009 22:08

installer is not present for 1.0.0-git

can i create an installer like the 0.9.8a version, by myself?

thannoy
Big Cone-huna
Big Cone-huna
Posts: 601
Joined: 20 Mar 2008 09:44
VLC version: 0.9.8a & 1.0-git
Operating System: GNU/Linux Fedora10
Location: France
Contact:

Re: VLC and mozilla Firefox

Postby thannoy » 11 Feb 2009 22:27

Yes you can:

Here is how to proceed, in two steps (it can be done in one step but don't have it in mind)

Code: Select all

make package-win32-debug-zip # or others similar targets, you can look at the Makefile to get them # will generate vlc-1.0.../ and vlc-1.0...zip, which have to be removed before calling the make above
on a Windows OS, unzip vlc-1.0...zip generated by first step, get nullsoft NSIS compiler (easy to find, sourceforge iirc), right-click on the .nsi file of the extracted folder->compile. The .exe installer will be generated in the parent folder.

NB: if you have not compiled some parts of VLC, NSI can fail to compile. You can edit the .nsi file to comment out non-generated files install.

giangy11
Blank Cone
Blank Cone
Posts: 34
Joined: 08 Feb 2009 18:12

Re: VLC and mozilla Firefox

Postby giangy11 » 12 Feb 2009 09:56

thank you for the answer but i've already make an exe installer with nsis (before i've compiled with make package-win32-zip)

the problem is that this installer created is different from the "official" one used by videolan crew.

In fact on their installer (see 0.9.8a version) there is the choice to install mozilla plugin (and in fact it's installed by default also in win32 registry key) automatically...but how i can do the same by me?

Or elsewhere if i put manually the registry values for npvlc.dll 1.0.0-git, mozilla plugin doesn't work. (see pic)
Anyone else could try it?
Thank you ;)

Image

thannoy
Big Cone-huna
Big Cone-huna
Posts: 601
Joined: 20 Mar 2008 09:44
VLC version: 0.9.8a & 1.0-git
Operating System: GNU/Linux Fedora10
Location: France
Contact:

Re: VLC and mozilla Firefox

Postby thannoy » 12 Feb 2009 13:46

Everything works like a charm for me (the make target I gave, then windows nsi compilation). Except the version string, I get a "normal" installer, with mozilla install choice, etc. Below is the insertion made by the vlc-installer:

Code: Select all

Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\MozillaPlugins\@videolan.org/vlc,version=1.0.0-git] "Description"="VLC Multimedia Plugin" "Path"="C:\\Program Files\\VideoLAN\\VLC\\npvlc.dll" "Product"="VLC media player" "Vendor"="VideoLAN" "Version"="1.0.0-git"
Your key is different (,version=1.0.0-git)

giangy11
Blank Cone
Blank Cone
Posts: 34
Joined: 08 Feb 2009 18:12

Re: VLC and mozilla Firefox

Postby giangy11 » 12 Feb 2009 14:03

i don't understand, your mozilla plugin of vlc 1.0.0-git works fine or not?

and how do you make that vlc-installer complete?

giangy11
Blank Cone
Blank Cone
Posts: 34
Joined: 08 Feb 2009 18:12

Re: VLC and mozilla Firefox

Postby giangy11 » 12 Feb 2009 14:12

Yes you can:

Here is how to proceed, in two steps (it can be done in one step but don't have it in mind)

Code: Select all

make package-win32-debug-zip # or others similar targets, you can look at the Makefile to get them # will generate vlc-1.0.../ and vlc-1.0...zip, which have to be removed before calling the make above
on a Windows OS, unzip vlc-1.0...zip generated by first step, get nullsoft NSIS compiler (easy to find, sourceforge iirc), right-click on the .nsi file of the extracted folder->compile. The .exe installer will be generated in the parent folder.

NB: if you have not compiled some parts of VLC, NSI can fail to compile. You can edit the .nsi file to comment out non-generated files install.
thank you problem resolved ;)

thannoy
Big Cone-huna
Big Cone-huna
Posts: 601
Joined: 20 Mar 2008 09:44
VLC version: 0.9.8a & 1.0-git
Operating System: GNU/Linux Fedora10
Location: France
Contact:

Re: VLC and mozilla Firefox

Postby thannoy » 12 Feb 2009 14:20

My VLC-1.0 web-plugins are unstable, but somehow they works.

I used a very recent updated git view of VLC, modified a bit to compile (stdio includes in activex, one line commented in qt4.cpp, see latests @vlc-devel mails). Then cross-compilation (the make) succeed. I make the target related to windows package, which create a folder vlc-1.0 with everything in it.
NSI compile it and simply it works, no abracadabra.

Is your local .nsi modified? (git diff extra/package/windows/vlc*.nsi.in iirc)
Isn't your NSIS compiler too old?
I don't have any clue for you since it worked for me, even if I am dealing with segfaults, deadlocks or failed assertions at webplugins runtime, after install.
NB: I'm using win XP

giangy11
Blank Cone
Blank Cone
Posts: 34
Joined: 08 Feb 2009 18:12

Re: VLC and mozilla Firefox

Postby giangy11 » 12 Feb 2009 14:38

thannoy i've resolved the problem using again nsi installer.
now installation is the same of the previous versions, and i can choose mozilla plugins to install (and they work as before)


Return to “VLC media player for Windows Troubleshooting”

Who is online

Users browsing this forum: No registered users and 40 guests