View previous topic :: View next topic |
Author |
Message |
AresTheImpaler Tux's lil' helper


Joined: 27 Feb 2003 Posts: 143
|
Posted: Mon Oct 06, 2003 8:16 pm Post subject: realplayer one plugin?? |
|
|
Ok, I didn't want to make a new topic, but couldnt find any information... where is the realpalyer one plugin? can I use it in firebird?
thanks |
|
Back to top |
|
 |
RafeDawg n00b


Joined: 30 Jul 2003 Posts: 9
|
Posted: Tue Oct 07, 2003 5:38 am Post subject: |
|
|
Have you tried emerging media-video/realone? Not sure if that includes a plugin though. Another option (which I have not yet gotten to work) is to use mplayer with mplayerplug-in and the real one codecs available here. |
|
Back to top |
|
 |
yoda34 Tux's lil' helper

Joined: 10 Jul 2003 Posts: 93
|
Posted: Tue Feb 03, 2004 4:57 pm Post subject: |
|
|
If you have realone or realplayer8 installed the plugin is
rpnp.so and should be in /opt/RealPlayer8/
if you emerged realone then the rpnp.so should already be in your firebird plugin dir
/usr/lib/nsbrowser/plugins
The problem I had is that firebird has a compatability issue with realplayer if firebird was complied with gcc 3.x(which mine was). A solution I found on the firebird website was to get on the net and find an old version of libgcc.a from gcc 2.9.x (in my case 2.9.5 from slack) and link it with the realplayer lib. For example find libgcc.a from 2.9.5 and then run this command
ld -share -o rpnphack.so /opt/RealPlayer8/rpnp.so /path/to/libgcc.a
then put the new rpnphack.so in your firebird plugin directory. This should work but no guarentee on the stablity. After the link command you can delete the old libgcc.a that you downloaed.
Hope this helps |
|
Back to top |
|
 |
clockwise Apprentice


Joined: 24 Aug 2002 Posts: 152 Location: uk
|
Posted: Wed Feb 04, 2004 2:53 pm Post subject: |
|
|
the mplayer plug-in should be able to play all video and audio types that mplayer can. so, if you install real-one, then mplayer, then the plug-in you should be good to go.
Code: | ~>emerge -p realone mplayer mplayplug-in |
_________________ "if an injury has to be done to a man it should be so severe that his vengeance need not be feared." - niccolò machiavelli |
|
Back to top |
|
 |
dhalsiim Guru


Joined: 29 Jan 2003 Posts: 486
|
Posted: Mon Feb 09, 2004 6:45 am Post subject: |
|
|
You guys can still emerge realone? It's masked even in ~. Something about a vulnerability. Should I unmask it and emerge, or wait for something to happen about the matter.
Thanks |
|
Back to top |
|
 |
clockwise Apprentice


Joined: 24 Aug 2002 Posts: 152 Location: uk
|
Posted: Mon Feb 09, 2004 9:06 am Post subject: |
|
|
hmm... they weren't masked when i emerged them. hadn't noticed that - both "realone" and "realplayer" are masked. i remember hearing something about a vulnerability, but i don't know the details. mplayer (and xine) just borrow the codecs, so who knows whether they're still affected? _________________ "if an injury has to be done to a man it should be so severe that his vengeance need not be feared." - niccolò machiavelli |
|
Back to top |
|
 |
|