memorandum
FrontPage
管理
ヘルプ
Darwin Streaming Server
をテンプレートにして作成
開始行:
*概要 [#m20a013c]
Quick Time Streaming Serverのオープンソース版。対応フォー...
*設定手順 [#hd6bd6a8]
Helix Universal Serverと使用ポートがかぶるため、起動して...
**ダウンロード [#nb060b69]
http://developer.apple.com/darwin/projects/streaming/
から、
Source Code : Streaming Server 5.5.1
をダウンロードする。
ダウンロードにはユーザー登録が必要(無料)。
**解凍 [#i24c1e09]
# tar xf DarwinStreamingSrvr5.5-Source.tar
**ビルド [#b7a4a0a9]
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.
**インストール [#m85ff3e9]
# cd ../DSS-55.bin/
# ./Install
Installing Darwin Streaming Server
Checking for and Killing currently running Darwin Stream...
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 m...
Please enter a new administrator user name: test ←ユー...
You must also enter a password for the administrator use...
Please enter a new administrator Password: ←パスワード...
Re-enter the new administrator password:
Adding userName test
Setup Complete!
**起動 [#ic66c9e3]
# DarwinStreamingServer
起動しても何も出てこない。ps auxで確認。
クライアントからQuick Time Playerで、
rtsp://ドメイン名かIP:554/sample_100kbit.mov
が再生できるか確認。サンプルは、
/usr/local/movies
に有り、ここに配信したいファイルを置けばよい。
**管理ページ [#g0e10317]
管理ページは、ブラウザで、
http://ドメイン名かIP:1220/
を開き、インストールのときに設定したパスワードを入力する...
Playlistsを使うことで、MP3を配信することができる。ここで...
外部からアクセスする場合は、ルーターで554と7070(rtspによ...
**クライアントから [#pfbfd1d3]
再生するには、ムービーの場合、
rtsp://ドメイン名かIP:554/MountPoint名
もしくは、
rtsp://ドメイン名かIP:554/ファイル名
で、 Quick Time Playerでのみ再生確認できた。
MP3の場合は、
http://ドメイン名かIP:8000/MountPoint名
で、Quick Time PlayerとWindows Media Playerでも再生できた。
**自動起動させるために [#a3fc25bc]
# vi /etc/rc.local
>以下を追加する
/usr/local/sbin/DarwinStreamingServer
perl /usr/local/sbin/streamingadminserver.pl ←管理ページ...
ストリーミング配信中に再起動させても、自動的に配信が始ま...
* コメント [#t8762358]
#comment
終了行:
*概要 [#m20a013c]
Quick Time Streaming Serverのオープンソース版。対応フォー...
*設定手順 [#hd6bd6a8]
Helix Universal Serverと使用ポートがかぶるため、起動して...
**ダウンロード [#nb060b69]
http://developer.apple.com/darwin/projects/streaming/
から、
Source Code : Streaming Server 5.5.1
をダウンロードする。
ダウンロードにはユーザー登録が必要(無料)。
**解凍 [#i24c1e09]
# tar xf DarwinStreamingSrvr5.5-Source.tar
**ビルド [#b7a4a0a9]
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.
**インストール [#m85ff3e9]
# cd ../DSS-55.bin/
# ./Install
Installing Darwin Streaming Server
Checking for and Killing currently running Darwin Stream...
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 m...
Please enter a new administrator user name: test ←ユー...
You must also enter a password for the administrator use...
Please enter a new administrator Password: ←パスワード...
Re-enter the new administrator password:
Adding userName test
Setup Complete!
**起動 [#ic66c9e3]
# DarwinStreamingServer
起動しても何も出てこない。ps auxで確認。
クライアントからQuick Time Playerで、
rtsp://ドメイン名かIP:554/sample_100kbit.mov
が再生できるか確認。サンプルは、
/usr/local/movies
に有り、ここに配信したいファイルを置けばよい。
**管理ページ [#g0e10317]
管理ページは、ブラウザで、
http://ドメイン名かIP:1220/
を開き、インストールのときに設定したパスワードを入力する...
Playlistsを使うことで、MP3を配信することができる。ここで...
外部からアクセスする場合は、ルーターで554と7070(rtspによ...
**クライアントから [#pfbfd1d3]
再生するには、ムービーの場合、
rtsp://ドメイン名かIP:554/MountPoint名
もしくは、
rtsp://ドメイン名かIP:554/ファイル名
で、 Quick Time Playerでのみ再生確認できた。
MP3の場合は、
http://ドメイン名かIP:8000/MountPoint名
で、Quick Time PlayerとWindows Media Playerでも再生できた。
**自動起動させるために [#a3fc25bc]
# vi /etc/rc.local
>以下を追加する
/usr/local/sbin/DarwinStreamingServer
perl /usr/local/sbin/streamingadminserver.pl ←管理ページ...
ストリーミング配信中に再起動させても、自動的に配信が始ま...
* コメント [#t8762358]
#comment
ページ名:
検索
AND検索
OR検索
編集操作
一覧
単語検索
最終更新
バックアップ
ヘルプ
トップページ
http://kayanomori.net/
↑
アクセス数
本日:0人
昨日:0人
総数:0人
現在:12人
最新の20件
2022-07-16
投票箱
2022-01-30
FrontPage
2022-01-29
めも
2018-02-03
SandBox
PukiWiki
InterWikiName
FormattingRules
PukiWiki/1.4/Manual/Plugin/O-R
PukiWiki/1.4/Manual/Plugin/S-U
InterWiki
日本語
複数画像アップ掲示板 ECOUP(エコアップ) v1.31
日記/2006-12-12
日記
日記/2005-10-04
特定のオートコンプリート履歴だけを削除する
日記/2005-10-06
小ネタ集/WordPress
日記/2005-10-05
整形ルール
edit