LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-24-2004, 12:54 PM   #1
oicdn
Member
 
Registered: Dec 2003
Distribution: Suse 9.0 Pro
Posts: 136

Rep: Reputation: 15
Mplayer plug-in not working????


Well, I already have Mplayer working....now I'm just trying to get the plug-in to work.

I DL'd Mplayer plugin 2.66 and Yast said there were no conflicts or dependancies, so it installed fine.....only, I goto click one a place where I know it'll need the plug-in the stream the video, it says I needed quicktime. If the Mplayer plug-in were working, it wouldn't prompt for that.....

So, my question is, why isn't it working? I looked in my Mozilla browser plug-in directory and the mplayer plug-in isn't there. So, if Yast installed the plug-in, where do I look so provide either a link or cut/paste it in the mozilla directory????
 
Old 11-24-2004, 01:47 PM   #2
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Which codecs did you install with MPlayer? If the Quicktime codec is not installed, those files won't play.
 
Old 11-24-2004, 01:55 PM   #3
oicdn
Member
 
Registered: Dec 2003
Distribution: Suse 9.0 Pro
Posts: 136

Original Poster
Rep: Reputation: 15
I dl'd the mplayer from Packman. I can play .mov files fine......as well as asf, wmv, mp3, mpg, etc...every format plays fine, but not with Mozilla.....I get prompted to either save it to disc (system prompt) or DL the appropriate plug-in(website prompt)...

When the rpm is installed with Yast, where can I find the Moz plugger?
 
Old 11-24-2004, 02:07 PM   #4
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
in moz / ffox if you go to "aboutlugins" is mplayerplug-in listed? if not... it's not insatlled correctly. there is also configuration options, normally in /etc/mplayerplug-in.conf which say which mime types to pick up on.
 
Old 11-24-2004, 02:11 PM   #5
oicdn
Member
 
Registered: Dec 2003
Distribution: Suse 9.0 Pro
Posts: 136

Original Poster
Rep: Reputation: 15
Yeah, mplayer plug-in isn't in my mozilla folder....how can Yast not install an RPM correctly I'm in RPM hell, LOL.

So where can I find the mplayer plug-in to copy/paste it into the Mozilla folder if YAST installed the rpm??????????
 
Old 11-24-2004, 02:22 PM   #6
oicdn
Member
 
Registered: Dec 2003
Distribution: Suse 9.0 Pro
Posts: 136

Original Poster
Rep: Reputation: 15
**Edited** installed Mozilla-devel and got one step farther.....it just now says yes for "checking Mozilla -plug-in...crap.....

Quote:
checking for mozilla-plugin... yes
checking MOZPLUG_CFLAGS... -I/opt/mozilla/include/java -I/opt/mozilla/include/plugin -I/opt/mozilla/include/xpcom -I/opt/mozilla/include/string -I/opt/mozilla/include/nspr
checking MOZPLUG_LIBS... -L/opt/mozilla/lib -lxpcom -lplds4 -lplc4 -lnspr4 -lpthread -ldl
checking for gtk+-2.0... Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
configure: WARNING: *** Running in X mode - Limited Features ***
checking for gthread-2.0... Package gthread-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gthread-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gthread-2.0' found
configure: error: Missing gthread package
linux:/home/oicdn/Documents/Programs/mplayerplug-in # ./whatoptions.sh
which: no mozilla in (/usr/sbin:/bin:/usr/bin:/sbin:/usr/X11R6/bin)
That is the error I get if I try to install it via script

./configure

So umm.....I'm lost....

Last edited by oicdn; 11-24-2004 at 02:35 PM.
 
Old 11-24-2004, 02:45 PM   #7
oicdn
Member
 
Registered: Dec 2003
Distribution: Suse 9.0 Pro
Posts: 136

Original Poster
Rep: Reputation: 15
well installed glib2-devel-2.2.3-27.i586.rpm

Got past the gthread2.0 deal...and now I get this....

Quote:
checking for X11/extensions/dpms.h... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
linux:/home/oicdn/Documents/Programs/mplayerplug-in # make
g++ -c -Wall -g -O2 -I/usr/X11R6/include -g -O2 -DXP_UNIX -DMOZ_X11 -I/opt/mozilla/include/java -I/opt/mozilla/include/plugin -I/opt/mozilla/include/xpcom -I/opt/mozilla/include/string -I/opt/mozilla/include/nspr -Iinclude -fPIC -I/usr/X11R6/include -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -DX_ENABLED Source/plugin.cpp
In file included from /opt/mozilla/include/xpcom/nsrootidl.h:11,
from /opt/mozilla/include/xpcom/nsISupports.h:10,
from Source/nsIScriptableMplayerPlugin.h:10,
from Source/nsScriptablePeer.h:48,
from Source/plugin.h:49,
from Source/plugin.cpp:37:
/opt/mozilla/include/xpcom/nscore.h:46:28: mozilla-config.h: No such file or directory
make: *** [plugin.o] Error 1
linux:/home/oicdn/Documents/Programs/mplayerplug-in # ./whatoptions.sh
which: no mozilla in (/usr/sbin:/bin:/usr/bin:/sbin:/usr/X11R6/bin)
WHAT THE HELL CAN I DO TO GET THIS CRAP WORKING!!!!!!!

Last edited by oicdn; 11-24-2004 at 02:48 PM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
MPlayer Browser Plug-In Not Working BarfBag SUSE / openSUSE 4 10-24-2005 04:13 PM
using mplayer with .asx without -playlist? Would be useful for mplayer plug-in pierrethibault Linux - Software 1 02-18-2005 09:12 AM
streaming video isn't always working with mplayer plug-in SilentT Linux - Software 0 11-11-2004 05:02 PM
How to install Mplayer plug-in 2.66? Micro420 Linux - Software 0 08-05-2004 09:42 PM
mplayer is cool ... mplayer plug-in is even cooler..! linuxlah Linux - General 4 07-16-2003 11:55 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:31 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration