facebook twitter hatena line email

Fcs/linux

提供: 初心者エンジニアの簡易メモ
移動: 案内検索

fcsとは

FlashCommunicationServer

fcsインストール準備(linux

  1. CD内にあるLinuxディレクトリを開く
$ tar zxvf FlashCom\ 1_5\ Installer.tar.gz
$ cd FCS_1_5_r119_linux
$ sudo vi installFCS
221行目のifをざっくり削除
#                 *) if [ $WARN -eq 1 ]; then
#                      warn_unsupported $DISTRO
#                    else
#                      exit_unsupported $DISTRO
#                    fi
#                    ;;

fcsインストール(linux

$ sudo sh installFCS
./fcsconfig: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or  directory
$ sudo yum install libstdc++-libc6.2-2.so.3 
control+Dで最下へ

The installer will install Macromedia Flash Communication Server MX 1.5 in the
following directory
Default [/opt/macromedia/fcs]:

Do you want to install the sample applications and documentation? (y/n)
Default [y]:

You have chosen to install the Macromedia Flash Communication Server MX sample applications.

If you have a web server and want the sample applications available, the
sample applications must be placed where the web server can serve them.

Please enter the web server publishing directory you want the sample
applications installed to
Default [/opt/macromedia/fcs]:

The Macromedia Flash Communication Server MX communicates on the IANA-assigned
port of 1935, which is the port most Flash applications expect.

Please enter the Macromedia Flash Communication Server MX port
Default [1935]:

Please enter the port to use for the Admin service. You can only specify one
admin port.
Default [1111]:
Installation directory         = /opt/macromedia/fcs

Sample applications directory = /opt/macromedia/fcs

FC Server Port                 = 1935
FC Admin Server Port           = 1111

Administrative username        = user1
Administrative password        = (suppressed)

FCS owner                      = linux_user

FCS service user               = linux_user
FCS service user group         = linux_user

FCS run as daemon              = Yes
Start FCS                      = Yes

管理サーバ手動起動コマンド

sudo sh adminserver start

管理画面を開きサーバサイドasをロードする

  1. windows,macなどのGUIローカル環境で以下を開く
Linux/Fcs_1_5_r119_linux/flashcom_help/html/admin/admin.html
  1. hostにサーバipを指定し、user,passを入力する
  2. サーバ側にapplications/sample_roomのディレクトリがあることを確認
  3. mentenanceタブを選択肢、Appsにsample_roomを入力
  4. "Application Reload: Successful"とメッセージが出ることを確認