Page 1 of 2

vlc pugin -> bug un firefox 3

Posted: 15 Jul 2008 12:34
by e6964822
The VLC plugin with Firefox 3 not works well if it get a multicast stream.

thank you very mush

I intall the new VLC 0.8.6i with full instalation.

We are sending one multicast stream in our lan using VLC. And we capture and show this video
stream into a web browser (VLC web browser) The first time we can see this error message:

Runtime Error!

Program: C:\Archivos de programas\Mozilla Firefox\firefox.exe

R6034

But we can see the video in the web.

An applications has made attempt to load the C runtime libray incorrectly.
Please contact the application's suppert team for more information.

The second time we can not see the error message but we can not recive the video stream.
(we always send multicast video stream in olders firefox and allways this goes well)

As well as we try the VLC 0.8.6h and anothers olders with firefox 3 and not goes well to.

Re: vlc pugin -> bug un firefox 3

Posted: 15 Jul 2008 22:07
by VLC_help
Could you test with nightlies?
http://nightlies.videolan.org/

Re: vlc pugin -> bug un firefox 3

Posted: 18 Jul 2008 11:43
by e6964822
I test vlc-0.9.0-test3-20080715-0003-win32.exe

With Explorer we no have audio and video in the web.

With Firefox the Firefox show a message for download the plugin. I click for downaload with not found it.

Re: vlc pugin -> bug un firefox 3

Posted: 18 Jul 2008 11:46
by e6964822
I try install the vlc-0.9.0-test3-20080718-0003-win32.exe and errors come in intall proces. (Widows XP)

Error to open: libvlc.dll

and others errors like this

Re: vlc pugin -> bug un firefox 3

Posted: 08 Sep 2008 03:36
by ArKay
The Firefox plugin doesn't work because it's missing a manifest and therefore isn't allowed to load the C runtime library.

Workaround:

Go to the Firefox program directory and create a new file named npvlc.dll.manifest and paste the following into the file:

Code: Select all

<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assemblyIdentity version="1.0.0.1" processorArchitecture="x86" name="" type="win32" /> <file name=""> <typelib tlbid="" version="1.0" helpdir=""/> <dependentAssembly> <assemblyIdentity type="win32" name="Microsoft.MSXML2" version="" processorArchitecture="X86" publicKeyToken="" language="*" /> </dependentAssembly> </file> </assembly>
and save it. Restart Firefox and the problem should disappear.

Solution:

Whoever builds npvlc.dll should embed a manifest!

Re: vlc pugin -> bug un firefox 3

Posted: 19 Sep 2008 13:30
by Annihilannic
Thanks for the tip Arkay, however I tried this and no cigar. Using FF 3.0.1 and VLC 0.9.2. I also tried creating the npvlc.dll.manifest file in C:\Program Files\VideoLAN\VLC where the npvlc.dll is located... no luck either. Any other ideas?

Re: vlc pugin -> bug un firefox 3

Posted: 19 Sep 2008 19:13
by VLC_help
about:plugins shows the VLC?

Re: vlc pugin -> bug un firefox 3

Posted: 20 Sep 2008 03:12
by Annihilannic
Thanks for your interest. Yes, it does:

Code: Select all

VLC Multimedia Plug-in File name: npvlc.dll Version 0.9.2, copyright 1996-2008 The VideoLAN Team http://www.videolan.org/ MIME Type Description Suffixes Enabled audio/mpeg MPEG audio mp2,mp3,mpga,mpega Yes audio/x-mpeg MPEG audio mp2,mp3,mpga,mpega Yes video/mpeg MPEG video mpg,mpeg,mpe Yes ...

Re: vlc pugin -> bug un firefox 3

Posted: 20 Sep 2008 18:13
by VLC_help
http://trac.videolan.org/vlc/ticket/2062

does that .dll copy trick work?

Re: vlc pugin -> bug un firefox 3

Posted: 21 Sep 2008 01:51
by Annihilannic
Rather than copying the .dll's I tried adding C:\Program Files\VideoLAN\VLC to my PATH (since I thought it would be handy anyway), but no change there. In any case my symptoms are different, that thread does not mention the Microsoft Visual C++ Runtime Library error.

Does VLC really use a Microsoft Visual C++ library I wonder? I thought it was built entirely from open-source components... which would suggest to me that it's probably something else at fault. Another thread suggested the Windows Media Player plugin may be to blame, so I disabled that, but no change either.

Re: vlc pugin -> bug un firefox 3

Posted: 21 Sep 2008 13:57
by very_happy_vlc_user
I had the same problem as described in the first post, thought I had broken my vlc plugin installation, installed vlc 0.9.2 again, no luck, later installed ff3.0.1 and vlc completely again, no luck.

Today I tried the latest nightly build with the aforementioned manifest file and see: I still get the error message, but the video works after that.

Keep it up! :)

/edit: BTW, if you want to try to repro the issue, I was always testing with this: http://www.zdf.de/ZDFmediathek/content/ ... Popup=true

Re: vlc pugin -> bug un firefox 3

Posted: 24 Sep 2008 20:00
by s3sebastian
I have the same problem, since I use 0.9.2, everytime I try to watch a video with the VLC plugin and Firefox 3 i get this error message:

Image
:(

Re: vlc pugin -> bug un firefox 3

Posted: 24 Sep 2008 23:20
by e6964822
With 0.9.2, i can not see video in last firefox and in the last explorer.

Re: vlc pugin -> bug un firefox 3

Posted: 25 Sep 2008 12:21
by e6964822
I try the las vlc-0.9.3-git-win32.exe (25/09/2008) and not resolve the problem. The same error message is showed.

Re: vlc pugin -> bug un firefox 3

Posted: 01 Dec 2008 10:39
by e6964822
I really hope the developers can fix this bug soon. :( :(

Re: vlc pugin -> bug un firefox 3

Posted: 01 Dec 2008 13:45
by VLC_help
0.9.7 nightlies should work better. And the manifest issue was also fixed partially but I am not sure if the fix was applied to 0.9.x branch or only to 1.0.0 trunk.
http://nightlies.videolan.org/build/win32/?C=M;O=D

Re: vlc pugin -> bug un firefox 3

Posted: 01 Dec 2008 19:50
by Jean-Baptiste Kempf
I really hope the developers can fix this bug soon. :( :(
Try 0.9.7 from the ftp

Re: vlc pugin -> bug un firefox 3

Posted: 01 Dec 2008 23:54
by DAC324
Hello,

Not fixed in vlc-1.0.0-git-20081123-0005-win32.exe (which is where the "latest" link pointed me to) either.

Please be so kind and tell us where the manifest file has to be saved.

Kind regards,
DAC324

Re: vlc pugin -> bug un firefox 3

Posted: 01 Dec 2008 23:54
by Jean-Baptiste Kempf
Hello,

Not fixed in vlc-1.0.0-git-20081123-0005-win32.exe (which is where the "latest" link pointed me to) either.

Please be so kind and tell us where the manifest file has to be saved.

Kind regards,
DAC324
Take the 0.9.7 one

Re: vlc pugin -> bug un firefox 3

Posted: 02 Dec 2008 00:08
by DAC324
Hello,

Not fixed in vlc-1.0.0-git-20081123-0005-win32.exe (which is where the "latest" link pointed me to) either.

Please be so kind and tell us where the manifest file has to be saved.

Kind regards,
DAC324
Take the 0.9.7 one
Does not help either:
Image
But, there's one progress: The plugin finally seems to work. I just tested it with an MP3 file. While the 0.9.6 plugin did not play that file at all, the 0.9.7 one presents the error but then plays the file anyway. That's at least better than nothing :)

Thank you and kind regards,
DAC324

Re: vlc pugin -> bug un firefox 3

Posted: 02 Dec 2008 00:42
by Jean-Baptiste Kempf
well, what other plugins do you have?

Re: vlc pugin -> bug un firefox 3

Posted: 04 Dec 2008 15:49
by e6964822
I try the las vlc-0.9.8 (04/12/2008) and not resolve the problem. The same error message is showed.

Re: vlc pugin -> bug un firefox 3

Posted: 05 Dec 2008 19:20
by VLC_help
You mean the Visual C++ runtime error?

Re: vlc pugin -> bug un firefox 3

Posted: 10 Dec 2008 10:57
by e6964822
Yes, the Visual C++ runtime error.

Re: vlc pugin -> bug un firefox 3

Posted: 10 Dec 2008 11:51
by Annihilannic
Same problem for me still with 0.9.6 and FF 3.0.4.

My list of plugins is here