LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 12-11-2005, 01:33 PM   #1
Rory in Toronto
Member
 
Registered: Mar 2004
Posts: 136

Rep: Reputation: 15
Realplayer firefox plugin problem.


On (K)Ubuntu Hoary 5.04, if I clicked on a RealPlayer link, like here: http://www.cbc.ca/national/ (Watch the National), RealPlayer would pop up and play it. For .mov links like at apple.com/trailers/, the MPlayer plugin would take priority. Everything just worked.

In (K)Ubuntu Breezy, the mplayer-plugin in Firefox 1.5 takes priority on the cbc site and others for Real media files and then just chokes on the file and never plays it.

I have the PLF repo RealPlayer10 loaded. It works and if I grab the ram file from the cbc site or others, open RealPlayer and run it from there, without firefox1.5 as a middleman, it works. So, it appears to be Firefox related.

In KDE 3.5, I've changed the Preference Order under File Associations so Real file format pulls up Real player not MPlayer. But, this doesn't have an effect in Firefox.

I've uninstalled Real and installed it again. Plugins in the Mozilla libraries disappear and then reappear correctly. But the reinstall hasn't helped.

The two RealPlayer firefox helix plugins (.so and .xpt) are in the /usr/lib/mozilla-firefox/ and usr/lib/mozilla/ folders.

So, as you can see, I've been Googling and exhausted the avenues I can find but I keep coming up empty.


Can anyone lend their expertise?

Rory

Last edited by Rory in Toronto; 12-11-2005 at 01:41 PM.
 
Old 12-20-2005, 06:15 AM   #2
aikempshall
Member
 
Registered: Nov 2003
Location: Bristol, Britain
Distribution: Slackware
Posts: 900

Rep: Reputation: 153Reputation: 153
Have a look in your .kde folder of your home directory. Sometimes another audio/video app leaves a file hanging around that gets in the way. Happens to me every so often. Sorry, can't remember what the files are called.

If you're desparate to see whether this is the problem and have got root access you could do the following. It's how I found the rogue file

log into root
move your /home/whateverUSER/.kde /home/whateverUser/.kde.20051220
log into whateverUSER
follow screen prompts to reset kde and then any minimal reconfig that may be required
determine whether RealPlay works as required. It the same problem persists back to square 1. If it cures the problem logout of whateverUser and back into root
move /home/whateverUSER/.kde /home/whateverUser/.kde.20051220.minimal

and

move /home/whateverUSER/.kde.20051220 /home/whateverUser/.kde

then my comparing the two directories try and find the rogue file.

Alternatively if you have root access you could set up a new user and do it that way. A bit less "sudden death".
 
Old 12-24-2005, 06:13 AM   #3
golf14_kmitl
LQ Newbie
 
Registered: Dec 2005
Posts: 1

Rep: Reputation: 0
In <real_installed_dir>/mozilla/,
Try to copy .xpt file to <firefox_installed_dir>/components/.

and copy .so file to <firefox_installed_dir>/plugins/.


Then you can enjoy with realplayer after restarting firefox.


cheers
 
Old 12-24-2005, 11:06 PM   #4
Rory in Toronto
Member
 
Registered: Mar 2004
Posts: 136

Original Poster
Rep: Reputation: 15
I have the nphelix.xpt and nphelix.so files both in /usr/lib/mozilla-firefox/plugins.

So, the nphelix.xpt should be in /components, instead? I tried that. Didn't make any difference.

In any case, RealPlayer .rm files are pulled up in Firefox without issue. It's the .ram files that I'm having a problem with. Everything else is okay

Here's my Firefox plugins box in preferences. See anything odd here?

http://www.childwelfare.ca/research/firefoxgrab.png


Thanks for the reply. Any further help you can provide, I appreciate.

Rory

Last edited by Rory in Toronto; 12-24-2005 at 11:13 PM.
 
Old 01-09-2006, 11:40 AM   #5
nikkkko
Member
 
Registered: Sep 2004
Location: Arles, France
Posts: 74

Rep: Reputation: 15
I don't know if you already solved this problem, but this is how I did it:

Starting from no plugins..

1. Install RealPlay plugin and check it works
2. Install MPlayer plugin.
3. As root, search for and delete all instances of mplayerplug-in-rm.so and .xpt (this is the bit that plays .ram files and I find it at /usr/lib/firefox/plugins /usr/lib/mozilla/plugins and /usr/lib/mozilla-firefox/plugins)
4. Check the RealPlay plugin still works and if not, re-install it.

Hope that helps.
 
Old 01-09-2006, 05:55 PM   #6
Rory in Toronto
Member
 
Registered: Mar 2004
Posts: 136

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by nikkkko
I don't know if you already solved this problem, but this is how I did it:

Starting from no plugins..

1. Install RealPlay plugin and check it works
2. Install MPlayer plugin.
3. As root, search for and delete all instances of mplayerplug-in-rm.so and .xpt (this is the bit that plays .ram files and I find it at /usr/lib/firefox/plugins /usr/lib/mozilla/plugins and /usr/lib/mozilla-firefox/plugins)
4. Check the RealPlay plugin still works and if not, re-install it.

Hope that helps.

Nikkko, you made my week!!!!! That solved the problem!!! All I had to do was erase those two plugins in the three folders you noted. I restarted Firefox and now the .ram files work.

I did not have to re-install realplayer 10 or do anything else. Just erase those plugins, which was overriding the realplayer ones already there, it appears!

Thank you very much!!!!! Actually, what I should say is, THANK YOU ***VERY*** MUCH!!!!!!

Rory
 
Old 01-10-2006, 02:04 AM   #7
nikkkko
Member
 
Registered: Sep 2004
Location: Arles, France
Posts: 74

Rep: Reputation: 15
Glad to help!
 
Old 01-10-2006, 12:31 PM   #8
kdekorte
LQ Newbie
 
Registered: May 2004
Location: Longmont, Colorado, US
Distribution: Fedora Core
Posts: 22

Rep: Reputation: 15
You could have just set "enable-helix=0" in the mplayerplug-in.conf file and that would have done the same thing as deleting the .so and .xpt files.
 
Old 01-10-2006, 02:47 PM   #9
nikkkko
Member
 
Registered: Sep 2004
Location: Arles, France
Posts: 74

Rep: Reputation: 15
Quote:
You could have just set "enable-helix=0" in the mplayerplug-in.conf file and that would have done the same thing as deleting the .so and .xpt files.
When I eventually found where those parameters could be set, I discovered that it didn't work for me. (Did you know that there's a right click context menu over an open mplayerplugin window which allows you to set those variables? I found that by accident). Which is why I ended up deleting the files.
 
Old 01-10-2006, 03:13 PM   #10
kdekorte
LQ Newbie
 
Registered: May 2004
Location: Longmont, Colorado, US
Distribution: Fedora Core
Posts: 22

Rep: Reputation: 15
Of course I know about the right click menu, I wrote mplayerplug-in. (there is even a screen shot of the menu on the home page) All of the configuration information is covered on the mplayerplug-in home page. There are certain cases where you need to manually delete your plugin.reg file in .mozila or .firefox and restart the browser to enable and disable certain mimetypes.. (limitation of the browser)
 
  


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
Realplayer Plugin for Firefox Blue Jacket Linux - Software 26 12-15-2005 10:55 AM
firefox realplayer plugin PATH edM Slackware 6 02-18-2005 06:24 PM
Realplayer plugin not being loaded by Mozilla FireFox jcwalnut Linux - Software 0 02-14-2004 10:48 PM
Realplayer plugin problem wjn Linux - Software 4 12-29-2003 06:58 PM
RealPlayer plugin problem lacerto Linux - Software 0 11-29-2003 08:35 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

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