這是蘋果推出的多媒體串流伺服器

在安裝之需先安裝ibc6-dev linux-libc-dev gcc g++
sudo apt-get install libc6-dev linux-libc-dev gcc-4.5 g++-4.5

首先先到這裡下載source code

接著解壓縮

tar -xvf DarwinStreamingSrvr6.0.3-Source.tar

接著下載補丁程式

wget http://dss.macosforge.org/trac/raw-attachment/ticket/6/dss-6.0.3.patch
wget http://dss.macosforge.org/trac/raw-attachment/ticket/6/dss-hh-20080728-1.patch

安裝補丁
patch -p0 < dss-6.0.3.patch patch -p0 < dss-hh-20080728-1.patch 新增Darwin stream server群組及帳號 sudo addgroup --system qtss sudo adduser --system --no-create-home --ingroup qtss qtss cd DarwinStreamingSrvr6.0.3-Source sudo ./buildtarball cd DarwinStreamingSrvrlinux-Linux sudo ./Install (安裝過程中會要你設定stream server的帳號及密碼) 接著測試一下是否安裝成功 查看是否有qtss這個群組及id id qtss 查看process是否有起來 ps aux | grep Darwin 查看網路連線狀況 netstat -ntulp | grep Darwin (以下兩個動作是安裝完成會自動執行的) 啟動服務 sudo /usr/local/sbin/DarwinStreamingServer 啟動網頁管理介面 sudo /usr/local/sbin/streamingadminserver.pl 連上網頁管理介面 http://localhost:1220 初次登入會讓你做一些設定(包含多媒體網站的位置) 接著選擇左邊menu的Playlists MP3 Playlists: 選擇好曲目、設定完成後記得要啟動你新增的Playlist 透過播放器→開啟URL,輸入http://localhost:7070/MountPoint名稱,即可播放 Media Playlists: (建議安裝apple的iTunes和QuickTime) 設定方式其實跟MP3的一樣 可以透過網頁利用http://localhost:7070/MountPoint名稱或影片檔名觀看 也可以使用QuickTime→開啟URL,輸入rtsp://localhost/MountPoint名稱或影片檔名觀看

Categories: Linux

1 Comment

Ubuntu darwine | Supermom1 · 5 6 月, 2012 at 3:36 上午

[…] 佛祖球球» Blog Archive » [Ubuntu]Darwin Stream Server 6.0.3 安裝 […]

Comments are closed.