途中経過です。
まずはDarwinStreamingServerのソースを入手します。
http://www.opensource.apple.com/projects/streaming/source/DSS-
4_1_2.src.tar.gz
当然、
tar zxvf DSS-4_1_2.src.tar.gz
してから
cd DSS-4_1_2.src/
しました。
中に
Buildit
という実行ファイルがありましたのでそれを実行。
エラーメッセージもなく終了したので、「これはいけるかもしれない」と喜んで
Install
を実行したのですが、、、。
********************************
#./Install
Installing Darwin Streaming Server
Unable to perform install
You must be logged in as root to install Darwin Streaming Server
[shunta@look DSS-4_1_2.src]$ su
Password:
[root@look DSS-4_1_2.src]# ./Install
Installing Darwin Streaming Server
Checking for and Killing currently running Darwin Streaming Server
kill 23337: そのようなプロセスはありません
Removing previous versions of Darwin Streaming Server
Backing up previous config files
Inserting path to perl into scripts..
Can't open perl script "perlpath.pl": そのようなファイルやディレクトリはありません
copying DarwinStreamingServer to /usr/local/sbin/DarwinStreamingServer
copying PlaylistBroadcaster to /usr/local/bin/PlaylistBroadcaster
cp: ``PlaylistBroadcaster'' を stat できません: そのようなファイルやディレクトリはありません
copying MP3Broadcaster to /usr/local/bin/MP3Broadcaster
cp: `MP3Broadcaster': ディレクトリは対象外です
copying qtpasswd to /usr/local/bin/qtpasswd
cp: ``qtpasswd'' を stat できません: そのようなファイルやディレクトリはありません
creating /usr/local/sbin/StreamingServerModules directory
creating /etc/streaming directory
copying streamingserver.xml to /etc/streaming/streamingserver.xml-sample
copying streamingserver.xml to /etc/streaming/streamingserver.xml
copying relayconfig.xml-Sample to /etc/streaming/relayconfig.xml-Sample
copying streamingserver.xml to /etc/streaming/streamingserver.xml
copying relayconfig.xml-Sample to /etc/streaming/relayconfig.xml-Sample
copying qtusers to /etc/streaming/qtusers
copying qtgroups to /etc/streaming/qtgroups
creating /var/streaming directory
copying readme.pdf to /var/streaming/readme.pdf
cp: ``readme.pdf'' を stat できません: そのようなファイルやディレクトリはありません
copying 3rdPartyAcknowledgements.rtf to
/var/streaming/3rdPartyAcknowledgements.rtf
cp: ``3rdPartyAcknowledgements.rtf'' を stat できません:
そのようなファイルやディレクトリはありません
creating /var/streaming/logs directory
creating /usr/local/movies directory
creating /var/streaming/playlists directory
copying sample_100kbit.mov into /usr/local/movies/sample_100kbit.mov
copying sample_300kbit.mov into /usr/local/movies/sample_300kbit.mov
copying sample_100kbit.mp4 into /usr/local/movies/sample_100kbit.mp4
copying sample_300kbit.mp4 into /usr/local/movies/sample_300kbit.mp4
copying sample.mp3 into /usr/local/movies/sample.mp3
copying StreamingLoadTool to /usr/local/bin/StreamingLoadTool
cp: ``StreamingLoadTool'' を stat できません: そのようなファイルやディレクトリはありません
copying streamingloadtool.conf to /etc/streaming/streamingloadtool.conf
cp: ``streamingloadtool.conf'' を stat できません: そのようなファイルやディレクトリはありません
copying streamingadminserver.pl into
/usr/local/sbin/streamingadminserver.pl
cp: ``streamingadminserver.pl'' を stat できません: そのようなファイルやディレクトリはありません
copying Admin HTML to /var/streaming/AdminHtml directory
cp: ``AdminHtml'' を stat できません: そのようなファイルやディレクトリはありません
Launching streamingadminserver.pl
./Install: /usr/local/sbin/streamingadminserver.pl:
そのようなファイルやディレクトリはありません
Installation Complete
Darwin Streaming Server Setup
DSS Administrator Username cannot contain spaces, or quotes, either
single or double, and cannot be more than 255 characters long
Enter DSS Administrator Username : hogehoge
DSS Administrator Password cannot contain spaces, or quotes, either
single or double, and cannot be more than 80 characters long
Enter DSS Administrator Password:
Re-enter DSS Administrator Password:
./Install: /usr/local/bin/qtpasswd: そのようなファイルやディレクトリはありません
./Install: /usr/local/bin/qtpasswd: そのようなファイルやディレクトリはありません
Setup Complete!
************************
といった感じでどうもうまくいっていないようです。エラーメッセージの先となるディレクトリも見たのですが確かにファイルが何も書き込まれていません。
多分、buildとinstallのやり方に間違いがあるか不足した部分があるのかだと思います。
以上途中経過でした。
--
++++++++++++++++++++++++++
須々木俊太(ススキ シュンタ)