LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
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 01-07-2006, 07:12 PM   #1
nick623
Member
 
Registered: Dec 2004
Distribution: Fedora, Ubuntu
Posts: 83

Rep: Reputation: 15
Need instructions configuring mplayer_plug-in


Ok. I used yum to install mplayer rpm package. I have Redhat 9.0. I'm starting (I think) to configure and tweek it to the point where it is functional. However, playing streaming etc. videos via mozilla is different. When clicking video streams .wmv or .avi mozilla simply crashes. I've searched and seem this has been common with mplayer. What I've yet to find is some kind set of instructions to explain how to actually configure mplayer_plug-in for mozilla.

Do I need to cp mplayerplug-in.so into my ~.mozilla dir?
Etc..
If someone could show a link or give specific instructions for configuring the mplayer_plug-in I would appreciate it.

Use redhat 9.0
mplayer-1.0-0.20
mozilla 1.7.10

aboutlugins in mozilla shows mplayer_plug-in 2.85 enabled.

Feedback would be appreciated.

Thanks alot.

Last edited by nick623; 01-07-2006 at 07:16 PM.
 
Old 01-07-2006, 07:15 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
The only instructions I have ever seen for the plug in are on the plug ins homepage.
 
Old 01-07-2006, 07:16 PM   #3
bigrigdriver
LQ Addict
 
Registered: Jul 2002
Location: East Centra Illinois, USA
Distribution: Debian stable
Posts: 5,908

Rep: Reputation: 356Reputation: 356Reputation: 356Reputation: 356
point your browser at www.google.com/linux, searchwords mplayer plugin. Somewhere on the first page of hits, you will find instruction, complete with examples for the config file.
 
Old 01-07-2006, 07:20 PM   #4
nick623
Member
 
Registered: Dec 2004
Distribution: Fedora, Ubuntu
Posts: 83

Original Poster
Rep: Reputation: 15
Yeah, I know. It's just not specific enough.
I mean I remember getting detailed instructions for installing java in mozilla. But for some reason I can't find much for mplayer plugin. Which keeps on crashing.
I'm sure I probably need to copy or make sym links from moz lib directories to my ~mozilla etc. dirs but I don't want to simply play it by ear.
 
Old 01-07-2006, 07:24 PM   #5
nick623
Member
 
Registered: Dec 2004
Distribution: Fedora, Ubuntu
Posts: 83

Original Poster
Rep: Reputation: 15
Great idea bigrigdriver, I'll check it out. I'm sure info is out there I just can't sift it out. That's the beauty of getting input from other minds.

Thanks, I'll see what I can find.
 
Old 01-07-2006, 07:50 PM   #6
nick623
Member
 
Registered: Dec 2004
Distribution: Fedora, Ubuntu
Posts: 83

Original Poster
Rep: Reputation: 15
Reading (in more depth) this site:


"The mplayerplug-in.conf file can change the behavior of the plugin. Here are the options.
The config file can be located in 3 places:

$HOME/.mplayer/mplayerplug-in.conf
$HOME/.mozilla/mplayerplug-in.conf
/etc/mplayerplug-in.conf


These files are checked for existance and opened and the options are read. The options in the last read file supersedes the options set in the previous file. The read order of the files is:

/etc/mplayerplug-in.conf
$HOME/.mozilla/mplayerplug-in.conf
$HOME/.mplayer/mplayerplug-in.conf"

Well, my /etc/mplayerplug-in.conf file is completely commented out.
And, $HOME/.mozilla/mplayerplug-in.conf
$HOME/.mplayer/mplayerplug-in.conf
don't exist.
Could this be cause for problems?
 
Old 01-08-2006, 05:55 PM   #7
kdekorte
LQ Newbie
 
Registered: May 2004
Location: Longmont, Colorado, US
Distribution: Fedora Core
Posts: 22

Rep: Reputation: 15
First upgrade to mplayerplug-in 3.17 that should fix your crashing problem. Then watch any video.. the plugger testing site is linked under the testing page on the mplayerplug-in site.. Right click on the area of the window is where the video was played and choose configure. That should get you most of your configure options. Then if you need to edit it more. Edit the file in $HOME/.mplayer/mplayerplug-in.conf

Kevin
 
Old 01-08-2006, 06:25 PM   #8
nick623
Member
 
Registered: Dec 2004
Distribution: Fedora, Ubuntu
Posts: 83

Original Poster
Rep: Reputation: 15
Thanks kdekorte. I was wondering if I had a old version of mplayer_plug-in.

My mplayer version is mplayer-1.0-0.20. Is this version up to date or should I upgrade this to. Just a question.

Also, I downloaded a rpm version of mplayer rather than compiling it from source. Would this make any difference?

Just another question?

Thanks.
 
Old 01-08-2006, 06:55 PM   #9
nick623
Member
 
Registered: Dec 2004
Distribution: Fedora, Ubuntu
Posts: 83

Original Poster
Rep: Reputation: 15
Do you know of any 3.17 versions for Redhat 9.0. All I've found are versions for Fedora. (I know I need to upgrade to Fedora)

Also does anyone have any yum repositories they recommend?
I really want to use yum. I've had to many dependency nightmares using rpm.

Thanks.
 
Old 01-10-2006, 12:33 PM   #10
kdekorte
LQ Newbie
 
Registered: May 2004
Location: Longmont, Colorado, US
Distribution: Fedora Core
Posts: 22

Rep: Reputation: 15
For RedHat 9 I believe you can use the RHEL 3 repositories. But I'm not sure how many of those still exist. Some of the Fedora Core 1 repositories should work as well.
 
Old 01-10-2006, 12:35 PM   #11
kdekorte
LQ Newbie
 
Registered: May 2004
Location: Longmont, Colorado, US
Distribution: Fedora Core
Posts: 22

Rep: Reputation: 15
nick623, you should upgrade mplayer as well.. the current release is mplayer 1.0pre7 and even that is really old. Even the mplayer team recommends compiling mplayer from CVS.
 
Old 01-14-2006, 01:53 PM   #12
kiraninfotech
LQ Newbie
 
Registered: Jun 2005
Location: Mumbai,India
Distribution: Fedora 8 x86_64
Posts: 15

Rep: Reputation: 0
Quote:
Originally Posted by nick623
Ok. I used yum to install mplayer rpm package. I have Redhat 9.0. I'm starting (I think) to configure and tweek it to the point where it is functional. However, playing streaming etc. videos via mozilla is different. When clicking video streams .wmv or .avi mozilla simply crashes. I've searched and seem this has been common with mplayer. What I've yet to find is some kind set of instructions to explain how to actually configure mplayer_plug-in for mozilla.

Do I need to cp mplayerplug-in.so into my ~.mozilla dir?
Etc..
If someone could show a link or give specific instructions for configuring the mplayer_plug-in I would appreciate it.

Use redhat 9.0
mplayer-1.0-0.20
mozilla 1.7.10

aboutlugins in mozilla shows mplayer_plug-in 2.85 enabled.

Feedback would be appreciated.

Thanks alot.
Download lame-3.96-0.lvn.1.2.i686.rpm RPM from here and install it. You mozilla mplayer plugin problem will solve.
 
  


Reply



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
Certificates for following instructions jimdaworm General 2 02-20-2005 10:31 PM
Need PDF instructions Dave Kelly Linux - Software 11 12-19-2004 04:42 PM
configuring wine as per instructions Veteq Linux - Newbie 2 10-31-2004 03:11 PM
explain an instructions vanhelsing Programming 2 08-01-2004 05:28 PM
Tutorial or Instructions. xviddivxoggmp3 Red Hat 0 05-09-2004 05:28 PM

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

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