Darwin Streaming Server のバックアップ(No.1)
- バックアップ一覧
- 差分 を表示
- 現在との差分 を表示
- ソース を表示
- Darwin Streaming Server へ行く。
- 1 (2005-09-17 (土) 16:59:12)
- 2 (2005-09-17 (土) 17:23:38)
- 3 (2005-09-18 (日) 15:34:07)
- 4 (2005-09-22 (木) 04:19:52)
Helix Universal Server等が起動している場合は終了させる。
ダウンロード †
http://developer.apple.com/darwin/projects/streaming/ から、
Source Code : Streaming Server 5.5.1
をダウンロードする。
ダウンロードにはユーザー登録が必要(無料)。
解凍 †
# tar xf DarwinStreamingSrvr5.5-Source.tar
ビルド †
gcc-c++の開発環境が必要。
# cd DarwinStreamingSrvr5.5-Source/ # ./Buildit Darwin Streaming Server ----------------------- Configuring for the Linux i686 platform Building for Linux.i686 with gcc Building CommonUtilitiesLib for Linux.i686 with gcc : :
# ./DSS_MakeRoot -f ../DSS-55.bin ./DSS_MakeRoot: line 11: [: =: unary operator expected Installing source build of Darwin Streaming Server : : Done.
インストール †
# cd ../DSS-55.bin/ # ./Install Installing Darwin Streaming Server Checking for and Killing currently running Darwin Streaming Server Removing previous versions of Darwin Streaming Server Backing up previous config files Inserting path to perl into scripts.. : : : Launching streamingadminserver.pl Installation Complete Darwin Streaming Server Setup In order to administer the Darwin Streaming Server you must create an administrator user [Note: The administrator user name cannot contain spaces, or single or double quote characters, and cannot be more than 255 characters long]. Please enter a new administrator user name: test ←ユーザー名を入力 You must also enter a password for the administrator user [Note: The administrator password cannot contain spaces, or quotes, either single or double, and cannot be more than 80 characters long]. Please enter a new administrator Password: ←パスワードを入力 Re-enter the new administrator password: Adding userName test Setup Complete!
起動 †
# DarwinStreamingServer
起動しても何も出てこない。ps auxで確認。
クライアントからQuickTimePlayerで、
rtsp://ドメイン名かIP:554/sample_100kbit.mov
が再生できるか確認。
管理ページは、
http://ドメイン名かIP:1220/
で、インストールのときに設定したパスワードを入力。
80番ポートを使うかどうか聞かれるが、Apacheなどで使用している場合は使わない。
管理ページのPlaylistsを使うことで、MP3を配信することができる。
外部からアクセスする場合は、ルーターで554と7070(rtspによるストリーミング配信)、8000と8001(MP3配信)を開ける。
アクセスするには、 ムービーの場合、
rtsp://ドメイン名かIP:554/MountPoint名
で、 QuickTimePlayerでのみ再生確認できた。
MP3の場合は、
http://ドメイン名かIP:8000/MountPoint名
で、QuickTimePlayerとWindowsMediaPlayerでも再生できた。
コメント †
コメントはありません。 ストリーミングサーバ - Darwin Streaming Server/コメント?