VLC Webplayer Failing in Firefox?

All you've ever wanted to know about the ActiveX, Mozilla plugins, the web interface and various PHP extensions
TaylorJ
New Cone
New Cone
Posts: 1
Joined: 29 Jun 2008 06:53

VLC Webplayer Failing in Firefox?

Postby TaylorJ » 29 Jun 2008 06:57

I've never really had much luck with VLC before running through the browser, but I recently upgrade to Firefox 3 and thought, "Ok, maybe it'll work again." So I tried to set it up and it throws this error:

"R6034
An application has made an attempt to load the C runtime library incorrectly.
Please contact the application's support team for more information."

Also, I've noticed that it sometimes works in IE, but it needs to be manually started, regardless of the
<param name="AutoPlay" value="True" />

Any ideas?

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 Webplayer Failing in Firefox?

Postby Jean-Baptiste Kempf » 29 Jun 2008 11:53

FFx 3 issue. We don't know yet how to fix.
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.

twebb72
New Cone
New Cone
Posts: 7
Joined: 10 Jul 2008 11:01

Re: VLC Webplayer Failing in Firefox?

Postby twebb72 » 10 Jul 2008 20:55

I'm running FF2 and I was getting that error all the time.
After researching it and turns out 90% of the time its a conflict with the windows meda player plugin.
Try disabling the plugin (I think its "about:plugins" in FF).
The easiest way to disable is to rename the dll starting with something other than "np". This will disable it (make sure FF is closed when you do this).

epgawt
Blank Cone
Blank Cone
Posts: 10
Joined: 05 Dec 2008 09:14

Re: VLC Webplayer Failing in Firefox?

Postby epgawt » 05 Dec 2008 13:48

Hi,

first of all, I am using 0.8.6i, but the problem is exactly the same, so maybe the workaround I've found may help 0.9.2 users (hopefully me when I decide to upgrade). I am posting this in 0.8.6 posts too.

The situation where I got R6034 crash was when opening the window with the plugin and in the onload event I tried to start playing.

Solution:

<BODY onload="adjust2Window();sleepy(500); playit();" >

where adjust2Window is window resizing stuff, playit calls the "play" method in the plugin, and sleepy is:

function sleepy(naptime){
var sleeping = true;
var now = new Date();
var alarm;
var startingMSeconds = now.getTime();
while(sleeping){
alarm = new Date();
alarmMSeconds = alarm.getTime();
if(alarmMSeconds - startingMSeconds > naptime){
sleeping = false;
}
}
}


BTW, using the same approach I solved too a Firefox 3.0.4 Hang in XP (SP3) when closing the window while it is still playing ( I am posting this where I find the same problem in the forum)

<BODY onload="adjust2Window();sleepy(500); playit();" onunload="stopit();sleepy(500);" >

stopit calls the plugin stop method.

Regards
Enrique

revolunet
Big Cone-huna
Big Cone-huna
Posts: 515
Joined: 17 Oct 2007 13:16
VLC version: 0.9.8
Operating System: Vista
Location: Paris, France
Contact:

Re: VLC Webplayer Failing in Firefox?

Postby revolunet » 17 Dec 2008 12:04

no more problems for me with 0.9.8+ / FF 3.0.4/IE7
VLC & web IT consulting - http://www.revolunet.com
Github : http://github.com/revolunet

e6964822
Cone that earned his stripes
Cone that earned his stripes
Posts: 119
Joined: 18 Jan 2006 13:48

Re: VLC Webplayer Failing in Firefox?

Postby e6964822 » 12 Jan 2009 09:55

Please can you show one HTML code example that goes well?

Thank you very mush.

revolunet
Big Cone-huna
Big Cone-huna
Posts: 515
Joined: 17 Oct 2007 13:16
VLC version: 0.9.8
Operating System: Vista
Location: Paris, France
Contact:

Re: VLC Webplayer Failing in Firefox?

Postby revolunet » 12 Jan 2009 10:03

check http://vlc.revolunet.com

be sure to use 0.9.8
VLC & web IT consulting - http://www.revolunet.com
Github : http://github.com/revolunet

e6964822
Cone that earned his stripes
Cone that earned his stripes
Posts: 119
Joined: 18 Jan 2006 13:48

Re: VLC Webplayer Failing in Firefox?

Postby e6964822 » 12 Jan 2009 16:20

I use the last VLC 0.9.8a for windows.

In Firefox I only can see one text: "Loading video..." And in Explorer I can not see nothing into the plugins TV.

I have 3.0.5 and Explorer 7.

:cry:

revolunet
Big Cone-huna
Big Cone-huna
Posts: 515
Joined: 17 Oct 2007 13:16
VLC version: 0.9.8
Operating System: Vista
Location: Paris, France
Contact:

Re: VLC Webplayer Failing in Firefox?

Postby revolunet » 12 Jan 2009 16:23

VLC & web IT consulting - http://www.revolunet.com
Github : http://github.com/revolunet

e6964822
Cone that earned his stripes
Cone that earned his stripes
Posts: 119
Joined: 18 Jan 2006 13:48

Re: VLC Webplayer Failing in Firefox?

Postby e6964822 » 12 Jan 2009 16:28

The same with this link :cry:

revolunet
Big Cone-huna
Big Cone-huna
Posts: 515
Joined: 17 Oct 2007 13:16
VLC version: 0.9.8
Operating System: Vista
Location: Paris, France
Contact:

Re: VLC Webplayer Failing in Firefox?

Postby revolunet » 12 Jan 2009 16:32

if you have firebug, please check the console debug and tell me
VLC & web IT consulting - http://www.revolunet.com
Github : http://github.com/revolunet

e6964822
Cone that earned his stripes
Cone that earned his stripes
Posts: 119
Joined: 18 Jan 2006 13:48

Re: VLC Webplayer Failing in Firefox?

Postby e6964822 » 12 Jan 2009 16:44

In firefox error console:

Error: this.player is null
Archivo de origen: http://vlc.revolunet.com/VlcPlayer/VlcPlayer.js
Línea: 171

In firebug 1.3

player ready
this.player is null
playVideo()("http://streams.videolan.org/streams-vid ... 64_aac.mp4", "http://streams.videolan.org/streams-vid ... 64_aac.mp4", ":http-caching=5000")VlcPlayer.js (línea 171)
(?)()()ext1.html (línea 90)
EventManager()()ext-all.js (línea 12)
camelFn()()ext-all.js (línea 13)
[Break on this error] var id = this.player.playlist.add(uri, title, options);
VlcPlayer.js (línea 171)
player ready

revolunet
Big Cone-huna
Big Cone-huna
Posts: 515
Joined: 17 Oct 2007 13:16
VLC version: 0.9.8
Operating System: Vista
Location: Paris, France
Contact:

Re: VLC Webplayer Failing in Firefox?

Postby revolunet » 12 Jan 2009 16:54

mmm looks to be a compatibility issue... would be nice if you could contact me via jabber or msn so we can live debug
VLC & web IT consulting - http://www.revolunet.com
Github : http://github.com/revolunet

e6964822
Cone that earned his stripes
Cone that earned his stripes
Posts: 119
Joined: 18 Jan 2006 13:48

Re: VLC Webplayer Failing in Firefox?

Postby e6964822 » 12 Jan 2009 17:08

I can help with this. If you want can me send me links to test. I cant use msn or dimilars because we are in the job... :oops:

revolunet
Big Cone-huna
Big Cone-huna
Posts: 515
Joined: 17 Oct 2007 13:16
VLC version: 0.9.8
Operating System: Vista
Location: Paris, France
Contact:

Re: VLC Webplayer Failing in Firefox?

Postby revolunet » 12 Jan 2009 17:15

this is the simplest example i have : http://vlc.revolunet.com/simple.html

the video is grabbed from the same server
VLC & web IT consulting - http://www.revolunet.com
Github : http://github.com/revolunet

e6964822
Cone that earned his stripes
Cone that earned his stripes
Posts: 119
Joined: 18 Jan 2006 13:48

Re: VLC Webplayer Failing in Firefox?

Postby e6964822 » 12 Jan 2009 17:21

No errors in firefug or Fire Fox console.

I can see the plugin with the text: Video is loading...

e6964822
Cone that earned his stripes
Cone that earned his stripes
Posts: 119
Joined: 18 Jan 2006 13:48

Re: VLC Webplayer Failing in Firefox?

Postby e6964822 » 12 Jan 2009 17:30

But I can not see video. I go to test the same links in my home computer and I will say you the result. Tanks.

e6964822
Cone that earned his stripes
Cone that earned his stripes
Posts: 119
Joined: 18 Jan 2006 13:48

Re: VLC Webplayer Failing in Firefox?

Postby e6964822 » 15 Jan 2009 09:41

I have my computer very broken. When I repair this or buy another I go to write about the result. Thank you very mush.

e6964822
Cone that earned his stripes
Cone that earned his stripes
Posts: 119
Joined: 18 Jan 2006 13:48

Re: VLC Webplayer Failing in Firefox?

Postby e6964822 » 18 Jan 2009 12:28

:shock: In my home all links goes well. :shock: :shock:

e6964822
Cone that earned his stripes
Cone that earned his stripes
Posts: 119
Joined: 18 Jan 2006 13:48

Re: VLC Webplayer Failing in Firefox?

Postby e6964822 » 05 Feb 2009 12:04

YEAH now in my job with the new Firefox 3.0.6 all goes well!!! :D

e6964822
Cone that earned his stripes
Cone that earned his stripes
Posts: 119
Joined: 18 Jan 2006 13:48

Re: VLC Webplayer Failing in Firefox?

Postby e6964822 » 05 Feb 2009 12:06

I use the VLC 0.8.6

revolunet
Big Cone-huna
Big Cone-huna
Posts: 515
Joined: 17 Oct 2007 13:16
VLC version: 0.9.8
Operating System: Vista
Location: Paris, France
Contact:

Re: VLC Webplayer Failing in Firefox?

Postby revolunet » 05 Feb 2009 12:09

0.8.6 plugin is very instable, use 0.9.8
VLC & web IT consulting - http://www.revolunet.com
Github : http://github.com/revolunet


Return to “Web and scripting”

Who is online

Users browsing this forum: No registered users and 7 guests