Block body
1234567890
!@#$%^&*()_+
freebsd# cd /tmp/
freebsd# ls
.X11-unix RNKey-Helix_Server-90.lic rmserver rs901-freebsd4-ia32.bin
freebsd#
freebsd# chmod +x RNKey-Helix_Server-90.lic
freebsd# chmod +x rmserver
freebsd# chmod +x rs901-freebsd4-ia32.bin
freebsd#
freebsd# ll
total 16186
drwxrwxrwt 2 root wheel 512 Dec 20 20:31 .X11-unix
-rwxr-xr-x 1 pimpa wheel 23997 Jul 3 2003 RNKey-Helix_Server-90.lic
-rwxr-xr-x 1 pimpa wheel 2477796 Jul 3 2003 rmserver
-rwxr-xr-x 1 pimpa wheel 14018967 Jul 3 2003 rs901-freebsd4-ia32.bin
freebsd#
freebsd# ./rs901-freebsd4-ia32.bin
Extracting files for RealNetworks installation........................
Welcome to the Helix Server 9.0 (9.0.2.794) Setup for UNIX
Setup will help you get Helix Server running on your computer.
Press [Enter] to continue...
If a Helix Server license key file has been sent to you,
please enter its directory path below. If you have not
received a Helix Server license key file, then this server
WILL NOT OPERATE until a license key file is placed in
the server's License directory. Please obtain a free
Basic Helix Server license or purchase a commercial license
from our website at http://www.real.com/. If you need
further assistance, please visit our on-line support area
at http://service.real.com/.
License Key File: []: /tmp/RNKey-Helix_Server-90.lic
Installation and use of Helix Server requires
acceptance of the following terms and conditions:
Press [Enter] to display the license text...
Copyright (c) 1995-2002 RealNetworks,
Inc. and/or its suppliers. 2601
Elliott Ave., Suite 1000, Seattle,
Washington 98121 U.S.A. Patents
Pending. All rights reserved.
RealNetworks, Helix, RealOne Player,
RealAudio, and RealVide are trademarks
or registered trademarks of
RealNetworks, Inc.
RealNetworks Helix Server 9
Helix 6-26-02 mss
Choose "Accept" to accept the terms of this
license agreement and continue with Helix Server setup.
If you do not accept these terms, enter "No"
and installation of Helix Server will be cancelled.
I accept the above license: [Accept]:
Enter the complete path to the directory where you want
Helix Server to be installed. You must specify the full
pathname of the directory and have write privileges to
the chosen directory.
Directory: [/tmp]: /usr/local/rmserver
Please enter a username and password that you will use
to access the web-based Helix Server Administrator, monitors,
and live encoders:
Username []: admin
Password []:
Confirm Password []:
Please enter a port on which Helix Server will listen for
PNA connections. These connections have URLs that begin
with "pnm://"
Port [7070]:
Please enter a port on which Helix Server will listen for
RTSP connections. These connections have URLs that begin
with "rtsp://"
Port [554]:
Please enter a port on which Helix Server will listen for
HTTP connections. These connections have URLs that begin
with "http://"
Port [80]:
Please enter a port on which Helix Server will listen for
MMS connections. These connections have URLs that begin
with "mms://"
Port [1755]:
Helix Server will listen for Administrator requests on the
port shown. This port has been initialized to a random value
for security. Please verify now that this pre-assigned port
will not interfere with ports already in use on your system;
you can change it if necessary.
Port [14242]:
You have selected the following Helix Server configuration:
Admin User/Password: admin/****
Encoder User/Password: admin/****
Monitor Password: ****
RTSP Port: 554
HTTP Port: 80
PNA Port: 7070
MMS Port: 1755
Admin Port: 14242
Destination: /usr/local/rmserver
Enter [F]inish to begin copying files, or [P]revious to go
back to the previous prompts: [F]:
freebsd# ls
.X11-unix RNKey-Helix_Server-90.lic rmserver rs901-freebsd4-ia32.bin
freebsd# cp rmserver /usr/local/rmserver/Bin/
freebsd#
freebsd# cd /usr/local/rmserver/
freebsd# ls
Bin Content License Secure default.cfg rmserver.cfg
Cache HelixAdministrator Logs adm_b_db enc_b_db slta.cfg
Commerce Lib Plugins cdi_b_db enc_r_db
freebsd#
freebsd# ./Bin/rmserver rmserver.cfg &
[1] 247
freebsd# Helix Server (c) 1995-2002 RealNetworks, Inc. All rights reserved.
Version: Helix Server 9.0 (9.0.2.794)
Platform: freebsd-4.0-i586
Using Config File: rmserver.cfg
Creating Server Space...
Starting PID 250, procnum 1 (timer)
Calibrating Timers...
Starting PID 251, procnum 2 (rmcore)
Starting Helix Server 9.0 Core...
Loading Helix Server License Files...
E: The following license file is for an earlier version of the server, and will not be used: /usr/local/rmserver/License/license.txt. Please contact RealNetworks for technical support.
1 CPU Detected
Testing File Descriptors...
Setting per-process descriptor capacity to 3663(5468), 9...
Testing Mutex...(945.07 ops/usec)
Testing AtomicOps...(125.79 ops/usec)
I: Loading Plugins from /usr/local/rmserver/Plugins...
I: adminfs.so.9.0 0x683d5bb0 RealNetworks Admin File System
I: adtagrep.so.9.0 0x68472f74 RealNetworks Ad Insertion Tag Replacement Plugin
...
Starting PID 271, procnum 22 (rmplug)
Starting PID 272, procnum 23 (memreap)
Starting PID 273, procnum 24 (streamer)
freebsd# vi /etc/rc.conf
# -- sysinstall generated deltas -- # Tue Dec 20 20:27:36 2011
# Created: Tue Dec 20 20:27:36 2011
# Enable network daemons for user convenience.
# Please make all changes to this file, not to /etc/defaults/rc.conf.
# This file now contains just the overrides from /etc/defaults/rc.conf.
defaultrouter="192.168.1.1"
hostname="freebsd.localserver.localdomain"
ifconfig_em0="inet 192.168.1.111 netmask 255.255.255.0"
kern_securelevel_enable="NO"
linux_enable="YES"
nfs_reserved_port_only="YES"
sendmail_enable="YES"
sshd_enable="YES"
/usr/local/rmserver/Bin/rmserver /usr/local/rmserver/rmserver.cfg &
Add new comment