LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-16-2005, 03:10 AM   #1
aeuzent
Member
 
Registered: Jan 2005
Location: Maryland, USA
Distribution: Ubuntu/Debian
Posts: 102

Rep: Reputation: 15
Mplayer Plugins in Firefox


Ok I'm trying to install the plugin for Mplayer onto Mozilla Firefox on my Fedora Core 3 system. I have the file and I've tried installing it several times but everytime it comes back telling me that Mplayer isn't installed. Which is crazy cause I'm using it right now. I have no idea where to head from here and would appreicate any help I can get on this.
 
Old 01-16-2005, 03:13 AM   #2
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
whats the exact error? also you should check out the gxine firefox/mozilla plugin ( I personall like it alot better since I feel you have more control over the media but thats my opinion).
 
Old 01-16-2005, 03:18 AM   #3
aeuzent
Member
 
Registered: Jan 2005
Location: Maryland, USA
Distribution: Ubuntu/Debian
Posts: 102

Original Poster
Rep: Reputation: 15
The exact error that comes up is

"rpm -iv mplayerplug-in-2.75-0.FC3.i386.rpm
error: Failed dependencies:
mplayer > 0.90 is needed by mplayerplug-in-2.75-0.FC3.i386"

and I have Mplayer 1.0

as far as Xine I can't even get that installed
but that's for another topic
 
Old 01-16-2005, 03:23 AM   #4
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
can you use yum to install it?
also did you compile mplayer or was it another rpm?
 
Old 01-16-2005, 03:24 AM   #5
aeuzent
Member
 
Registered: Jan 2005
Location: Maryland, USA
Distribution: Ubuntu/Debian
Posts: 102

Original Poster
Rep: Reputation: 15
Mplayer I compiled and as far as a yum I have no idea what that is.
 
Old 01-16-2005, 03:39 AM   #6
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
if you compiled it, and didn't make an rpm and install it the rpm (the program) has no idea that it exist on the system. yum is a package manager that works on FC and automagically resolves dependencies and such.
 
Old 01-16-2005, 03:48 AM   #7
aeuzent
Member
 
Registered: Jan 2005
Location: Maryland, USA
Distribution: Ubuntu/Debian
Posts: 102

Original Poster
Rep: Reputation: 15
Well you got me a little further. With a pretty similar result.

" yum install mplayerplug-in-2.75-0.FC3.i386.rpm
Setting up Install Process
Setting up Repo: base
repomd.xml 100% |=========================| 1.1 kB 00:00
Setting up Repo: updates-released
http://fedora-mirror.dkuug.dk/linux/...ta/repomd.xml: [Errno 4] IOError: HTTP Error 404: Not Found
Trying other mirror.
repomd.xml 100% |=========================| 951 B 00:00
Reading repository metadata in from local files
primary.xml.gz 100% |=========================| 797 kB 00:02
MD Read : ################################################## 2623/2623
base : ################################################## 2622/2622
primary.xml.gz 100% |=========================| 214 kB 00:00
MD Read : ################################################## 506/506
updates-re: ################################################## 506/506
Examining mplayerplug-in-2.75-0.FC3.i386.rpm: mplayerplug-in - 2.75-0.FC3.i386
Marking mplayerplug-in-2.75-0.FC3.i386.rpm to be installed
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package mplayerplug-in.i386 0:2.75-0.FC3 set to be installed
--> Running transaction check
--> Processing Dependency: mplayer > 0.90 for package: mplayerplug-in
--> Finished Dependency Resolution
Error: missing dep: mplayer > 0.90 for pkg mplayerplug-in"
 
Old 01-16-2005, 03:53 AM   #8
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
Well you could *try* (NOTE: I do not know if this will work -- but it should) passing the --nodeps option to rpm so it won't check for depends........
 
Old 01-16-2005, 03:58 AM   #9
aeuzent
Member
 
Registered: Jan 2005
Location: Maryland, USA
Distribution: Ubuntu/Debian
Posts: 102

Original Poster
Rep: Reputation: 15
No I just got a feedback list with possible uses of the RPM command.
It might be an issue of where I picked up the plugin.
I used this site http://mplayerplug-in.sourceforge.net/
 
Old 01-16-2005, 04:07 AM   #10
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
you mean like:

rpm -Uvh mplayerplugin..........rpm --nodeps

do:

rpm --help | grep nodeps
 
Old 01-16-2005, 04:11 AM   #11
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
since you compiled mplayer you should go ahead and compile the plugin also.

also, what errors are you having with xine? ( It kinda sucks cause I think mplayer is the better program but the xine plugins (totem and gxine) are the better plugins...just can't win)
 
Old 01-16-2005, 04:12 AM   #12
aeuzent
Member
 
Registered: Jan 2005
Location: Maryland, USA
Distribution: Ubuntu/Debian
Posts: 102

Original Poster
Rep: Reputation: 15
You kind of lost me on the first post

and With Xine I can't get the library to install but I have an idea on how to solve that
I'm trying it as we speak
 
Old 01-16-2005, 04:16 AM   #13
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
on the mplayerplugin sourceforge site, the first download is the source file for it. download it and ./configure, & make move mplayerplugin.so to $HOME/.mplayer/plugins
 
Old 01-16-2005, 04:30 AM   #14
aeuzent
Member
 
Registered: Jan 2005
Location: Maryland, USA
Distribution: Ubuntu/Debian
Posts: 102

Original Poster
Rep: Reputation: 15
The plugin is in and working. I should of gone with the source from the start.
I can see where it has buffering problems with some file types.

All that's between me and the vast internet media now is a fight with Xine.
If what I'm trying doesn't work you'll see a topic on that too.
 
Old 01-16-2005, 04:36 AM   #15
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
post back if xine gives you any problems
 
  


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
firefox and conflicting plugins?? ptawe Debian 1 08-29-2005 08:33 AM
firefox plugins ptawe Debian 3 08-12-2005 10:16 PM
firefox plugins synaptical Linux - Software 6 07-27-2005 09:49 PM
Plugins for Mozilla and Firefox floppywhopper SUSE / openSUSE 7 05-13-2005 03:20 PM
FreeBSD firefox plugins reddazz *BSD 32 02-19-2005 10:11 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:50 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