|
[ Getting
Started ] [ Server
Help ] [ Add
on Help ] [ Solution
] [ Trouble Shooting ]
PLEASE NOTE, THIS IS VERY OLD ARCHIVE
INFORMATION AND MAY NOT FUNCTION ON NEW SERVERS
Installing RealNetworks Basic Server for BSD/OS
To install RealNetworks Basic Server for BSD/OS, connect to your Virtual Server via
Telnet or SSH and do the
following.
|
NOTE: If you have one of our new Virtual Servers running the FreeBSD O/S, you should instead
Install the Basic Server G2 for FreeBSD.
If your Virtual Server was ordered after Nov 22, 1999, you are likely
running FreeBSD. To find out which O/S your Virtual Server is running, use the
uname command:
% uname
It appears that RealNetworks is no longer supporting the Basic Server for BSD/OS.
You may have difficulty obtaining a copy of this software and a valid license.
If you wish to install RealServer on your Virtual Server, it is
recommended that you
Upgrade to a New FreeBSD Virtual Server.
|
- Install the Basic Server software. This will probably involve unpacking a tar
file of the Basic Server distribution for BSD/OS.
- Run the Basic Server setup utility. Substitute
4.01 or
5.01 for VERSION below.
% cd ~/usr/local/pnserver-VERSION
% ./setup
Please review the setup guidelines described below for help concerning
specific questions the setup utility will ask you.
Setup Guidelines
During the setup process, use the following guidelines:
Starting Basic Server
To start RealServer
Telnet or SSH
to your Virtual Server and do the following:
- Run the RealServer program:
% cd ~/usr/local/pnserver-VERSION
% ./bin/pnserver server.cfg
This should start two pnserver processes. To verify this, type:
% ps -x | grep pnserver
This should show the pnserver processes running on your Virtual
Server. If they are not shown, check the RealServer error log
(~/usr/local/pnserver-VERSION/logs/pnerror.log)
to find out why RealServer did not start.
- Add RealServer to your Virtual Server Rc
file (~/etc/rc) so that pnserver will automatically
start in case of a host machine reboot:
~/usr/local/pnserver-VERSION/bin/pnserver ~/usr/local/pnserver-VERSION/server.cfg
|
NOTE:
If your Virtual Server does not already have an Rc file you will
need to create one.
|
Test your RealServer by connecting to it with the RealPlayer. If
you currently do not have a RealPlayer, or do not have the latest
version,
Download RealPlayer or
RealPlayer Plus.
Launch RealPlayer and do the following:
- From the "File" menu, select "Open Location".
- In the URL box, enter your Virtual Server domain name and a path
and filename of one of the sample Real media files installed
as part of the RealServer setup.
These sample media clips are found in the
(
~/usr/local/pnserver-VERSION/content) directory.
They can be accessed using a URL like this:
pnm://YOUR-DOMAIN.NAME:PORT/PATH_AND_FILENAME
The PORT is the port you selected during RealServer installation.
If you specified the default port (7070) then
it is not necessary to include the port number in the URL.
For example, try this:
pnm://YOUR-DOMAIN.NAME/welcome.rm
If the RealPlayer is able to play the media file, then the RealServer
was installed correctly on your Virtual Server. Congratulations!
|
NOTE: You need to enter these
URLs into the RealPlayer file location text box; NOT the location
text box of your web browser!
|
Stopping Basic Server
If you ever want to stop the Basic Server,
connect to your Virtual Server via
Telnet or SSH and do the
following:
% kill 'cat ~/usr/local/pnserver-VERSION/logs/pnserver.pid'
Serving Real Media
Now that you have successfully installed and tested your RealServer, you are ready to
Serve Real Media from your web site.
PLEASE NOTE, THIS IS OLD ARCHIVE
INFORMATION AND MAY NOT FUNCTION ON NEW SERVERS
|