Re: RealAudio Installation Woes???

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, 29 Oct 2003, Shawn wrote:
> On Opera, I have never gotten a plugin to work, but
>> One source http://plugindoc.mozdev.org/linux.html#RealPlayer
>> says I need to "copy rpnp.so to your Mozilla Plugins" directory. I
>> don't know how to do that.
> even my mother can copy and paste!

When I try to do this (using the GUI; I don't know how using the command
line), I keep getting a message saying I don't have permission to paste
it.

>> When I click on a RealAudio streaming link using Opera, the dialog box
>> comes up, but the "Open" button is grayed-out.
> To open directly in Opera:
> go to File, Preferences, File Types (and there is a little check box
> saying "hide file types opened with opera" -- make sure it is
> unchecked), and then you should re-configure whatever mime types you
> want to open as follows.

Done.

> Personally, I have m3u, rmm, and ram types set to not use the realaudio
> plugin but to launch the application itself.
> So highlight that mime type, hit edit and then set it to "open with
> other application" and click pass web address directly to application

I did this for rmm and ram.

> Then you need to set the path in the little box there to launch a script
> that launches the application.
> for example I have /home/myhouse/2realplayer
> with my 2realplayer script as follows
> #!/bin/sh
> LD_ASSUME_KERNEL=2.2.5 /home/myhouse/RealPlayer8/realplay ${1+"$@"} &

Okay, here's where we run into problems.
My comparable file looks to be /usr/lib/RealPlayer8/realplay

When I go to the box - in the Opera Prefs section as described above - and
put in
#!/bin/sh
LD_ASSUME_KERNEL=2.2.5 /usr/lib/RealPlayer8/realplay ${1+"$@"} &
it all comes up on one line.Is that a problem?

When I save it and get out, then click on a Real link...

    nothing happens.

> Good luck.  Make sure you set the 2realplay or whatever you call it
> script to executable.

Huh???

What now???

I haven't tried the other advice (pasted way below). ???
You seem to know more about Opera. Great browser.

I really appreciate your help...and figure I gotta be close.

-M!


-----------Other advice received but not tried yet---------------

From: "Reuben D. Budiardja" <techlist@xxxxxxxxxxxxxxxxxxxx>
To: redhat-list@xxxxxxxxxx
Subject: Re: RealAudio Installation Woes???
Date: Tue, 28 Oct 2003 10:53:26 -0500
Reply-To: redhat-list@xxxxxxxxxx

On Tuesday 28 October 2003 10:06 am, User Mniceguy wrote:
>  --Please excuse the cross-posting; I'm desperate for assistance---
> I'm still struggggling mightily to get RealPlayer to work.

Basically, here is what you need to do:

1. Run a text editor: eg: 'kedit', 'kate', or anything. There should be a
'Text Editor' in your menu.
2. Copy the following text in the editor, and save the file as 'runreal' (no
quote of course). You can save it as anything you like, but I'm gonna assume
you save it as 'runreal' in your home directory.

#!/bin/bash
if [ "$1" = "" ]; then
LD_ASSUME_KERNEL=2.2.5 realplay
else
{
LD_ASSUME_KERNEL=2.2.5 realplay $1
}
fi;

3. Now, open a terminal/console from the menu, go to the directory where you
save runreal. If you save it in your home directory (ie /home/your_username)
then you should already be there when you open a terminal.

4. Type the following in terminal: "chmod 775 runreal" (withouth the doble
quotes).

5. Then type the following in terminal to run realplayer: "./runreal"
(without
the doble quotes).
You should be able to run realplayer then.

See if that works first, and let us know what you don't understand.

RDB

<snip>
> It's downloaded and installed as a plugin and listed that way in both
> Mozilla and Opera (my fave) browsers.
>
> When I click on a RealAudio streaming link using Opera, the dialog box
> comes up, but the "Open" button is grayed-out.
>
> When I do the same thing using Mozilla, clicking Open gets me nothing.
>
> I see a lot written about this, all in language miles over my head. The
> link off this page
> http://realforum.real.com/cgi-bin/unixplayer/showflat.pl?Cat=&Board=install
>2&Number=4847&page=0&view=collapsed&sb=5 means nothing to me.
>
> In small, easy words, is there something I need to do or check? Assume
> that I know practically nothing.
>
> Thanks,
> -M!




>
> _________________________________________
> "Electronic communication is wasted
>  unless we use it to seek out, cultivate,
>  and nurture relationships with other
>  human beings."
>    Phil Agre, Associate Professor of
>    Information Studies, UCLA
>
>    Marv Kaminsky
>      niceguy@xxxxxxxxx
>      Home Page: http://marvk.com
>      Thoughts:  http://mrniceguyshow.com
>   ______________________________________________


_________________________________________
"Electronic communication is wasted
 unless we use it to seek out, cultivate,
 and nurture relationships with other
 human beings."
   Phil Agre, Associate Professor of
   Information Studies, UCLA

   Marv Kaminsky
     niceguy@xxxxxxxxx
     Home Page: http://marvk.com
     Thoughts:  http://mrniceguyshow.com
  ______________________________________________




-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list

[Index of Archives]     [CentOS]     [Kernel Development]     [PAM]     [Fedora Users]     [Red Hat Development]     [Big List of Linux Books]     [Linux Admin]     [Gimp]     [Asterisk PBX]     [Yosemite News]     [Red Hat Crash Utility]


  Powered by Linux