LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Audio Streaming (https://www.linuxquestions.org/questions/linux-newbie-8/audio-streaming-360870/)

saint chris 09-06-2005 07:36 PM

Audio Streaming
 
I'm new to Linux and have have just clean installed Suse 9.3. My cable internet connection works fine and I've upgraded the Real Player to version 10 Gold for Linux. Audio files on the hard drive play ok but when I try to stream live audio from the web nothing happens. Any ideas on how touse Real Player or an alternative that will stream Real Player content?

bosewicht 09-06-2005 07:40 PM

did you follow the install instructions? I believe that you may need to cp or link a file to the firefox plugins dir.

saint chris 09-06-2005 07:43 PM

Real Player was an rpm file that installed without instructions, via YaST. Do you know how to run the link, keep it as simple as possible please.

kencaz 09-06-2005 07:48 PM

Re: Audio Streaming
 
Quote:

Originally posted by saint chris
I'm new to Linux and have have just clean installed Suse 9.3. My cable internet connection works fine and I've upgraded the Real Player to version 10 Gold for Linux. Audio files on the hard drive play ok but when I try to stream live audio from the web nothing happens. Any ideas on how touse Real Player or an alternative that will stream Real Player content?
There are many way's to stream Audio/Video through Linux... I have used and still the Realplayer plugin for my browser but tend to use Mplayer for most streaming audio/video. I would say you need the RealPlayer plugins for your browser. if they play fine when downloaded then is certainly an embeded browser plugin problem.

I use Mozilla and to play realplayer applications here are the symlinks I have setup:

lrwxrwxrwx 1 root root 42 Mar 16 15:28 nphelix.so -> /home/kencaz/RealPlayer/mozilla/nphelix.so*
lrwxrwxrwx 1 root root 43 Mar 16 15:28 nphelix.xpt -> /home/kencaz/RealPlayer/mozilla/nphelix.xpt*

if you link these files to your browsers plugin directory you should be OK...


KC

bosewicht 09-06-2005 07:51 PM

http://plugindoc.mozdev.org/linux.html#RealPlayer

RealPlayer 10
Version: 10.0.0.297
Netscape 7.2: Supported
Mozilla 1.7: Supported
Firefox 1.0: Supported

1. Install RealPlayer 10.
2. Copy nphelix.so to your Mozilla plugins directory and nphelix.xpt to your Mozilla components directory. (cp /opt/RealPlayer/mozilla/nphelix.so /opt/firefox/plugins/nphelix.so" . Same for nphelix.xpt)
3. Make sure a symbolic link to the realplay script is in your PATH.

Note: If you installed the RealPlayer 10 RPM, these files are located in /usr/local/RealPlayer/mozilla.

Important! Installing RealPlayer 10 will not uninstall RealPlayer 8 if it is on your system. If you have both RealPlayer 8 and RealPlayer 10 on your system, remove the RealPlayer 8 browser plugin (rpnp.so) from your Mozilla plugins directory. You may experience problems using the RealPlayer plugin if you do not do this.

saint chris 09-06-2005 08:06 PM

Sorry but I am very new to Linux.

What's the code to copy nphelix.xpt to the Mozilla components directory?

How do I make sure a symbolic link to the realplay script is in your PATH?

How do I remove the RealPlayer 8 browser plugin (rpnp.so) from the Mozilla plugins directory?

bosewicht 09-06-2005 08:32 PM

Quote:

Originally posted by bosewicht
http://plugindoc.mozdev.org/linux.html#RealPlayer

cp /opt/RealPlayer/mozilla/nphelix.so /opt/firefox/plugins/nphelix.so" . Same for nphelix.xpt


Try google or the search function here
how to link
how to delete files

saint chris 09-06-2005 09:25 PM

Sorry but I still can't see how to make sure a symbolic link to the realplay script is in your PATH.

Do I just delete the rpnp.so file from the Mozilla plugins directory?

kencaz 09-06-2005 09:46 PM

Quote:

Originally posted by saint chris
Sorry but I still can't see how to make sure a symbolic link to the realplay script is in your PATH.

Do I just delete the rpnp.so file from the Mozilla plugins directory?

First find and post your full path to your plugins directory...

then

use the "locate" command to find the two (nphelix.so) and (nphelix.xpt) files in your realplayer directory and post the path to them...

then we can work on creating the symlinks to your browser.

KC

saint chris 09-07-2005 05:58 PM

ok day 2, here goes again...

The paths I have are:

/home/chris/RealPlayer/mozilla/nphelix.so & nphelix.xpt

/home/chris/mozilla

btw the browser comes up as Konqueror. I don't see any reference to Firefox or any Firefox file path

bosewicht 09-07-2005 06:34 PM

you installed firefox/mozilla to your home directory?

Open a terminal and type
whereis mozilla/plugins
(i think thats where it is)

kencaz 09-07-2005 06:57 PM

Quote:

Originally posted by saint chris
ok day 2, here goes again...

The paths I have are:

/home/chris/RealPlayer/mozilla/nphelix.so & nphelix.xpt

/home/chris/mozilla

btw the browser comes up as Konqueror. I don't see any reference to Firefox or any Firefox file path

OK try this first:

get to a root terminal then:

cd /usr/lib/mozilla/plugins <enter>

ln -sf /home/chris/RealPlayer/mozilla/nphelix.so <enter>
and
ln -sf /home/chris/RealPlayer/mozilla/nphelix.xpt <enter>

ls -l

should yield somthing like this:

lrwxrwxrwx 1 root root 42 Mar 16 15:28 nphelix.so -> /home/chris/RealPlayer/mozilla/nphelix.so*
lrwxrwxrwx 1 root root 43 Mar 16 15:28 nphelix.xpt -> /home/chris/RealPlayer/mozilla/nphelix.xpt*

Exit root and restart Mozilla/Firefox if running

KC


All times are GMT -5. The time now is 08:07 PM.