다윈 퀵타임 스트리밍 서버를 현재 쓰고 있는 리눅스(Fedora 10)에 깔아 보려고 만만한 문서를 검색해 보았다. 아래와 같이 CentOS에 설치하는 문서를 발견.
RPM 시스템이니 약간의 경로만 바꾸니 바로 설치가 가능했다.
출저: http://www.howtoforge.com/apples-darwin-streaming-server-on-centos-5.2
Introduction
This tutorial will run you through the installation, configuration and preparation of media for Apple’s Darwin QuickTime Streaming Server on Centos/RHEL 5.2. Darwin QuickTime Streaming Server is capable of serving H.264 and mpeg4 file formats via the RTP/RTSP streaming protocols.
Prerequisites
- CentOS 5.2 x86 installed
- Development tools must be installed (can be installed after install with
yum groupinstall "Development Tools"
)
- Static IP address and hostname; I used 192.168.0.10 and example.org as my hostname
- Disable firewall and SELinux (configure later)
Installing Darwin Streaming Server 6.0.3
Currently there are no official binary packages of the current version so we will grab a source RPM. Apple’s current source package dose not compile on a Linux system without being patched. Enter the following command by command!
su -
wget http://www.abrahamsson.com/DarwinStreamingServer-6.0.3-2.src.rpm
rpm -i DarwinStreamingServer-6.0.3-2.src.rpm
cd /root/rpmbuild/SPECS/
rpmbuild -bb DarwinStreamingServer.spec
cd /root/rpmbuild/RPMS/i386/
yum –y install perl-Net-SSLeay
rpm -U DarwinStreamingServer*
When installing the RPMs the install hangs when trying to start Darwin so wait a few minutes then open another terminal session using Alt + F2 and run the following as root:
killall -9 DarwinStreamingServer
To change the administrator account from the default password of “password” use the following command:
qtpasswd administrator
So DSS starts at boot up run the following:
chkconfig --level 345 dss on
'Media Tech > H.264,VC-1,Codec' 카테고리의 다른 글
FFMPEG 옵션 (0) | 2012.05.11 |
---|---|
FFMPEG Rebuild (0) | 2009.12.09 |
Apple's Darwin Streaming Server On Fedora 10 (0) | 2009.04.16 |
VLC 로 트랜스코딩하기 (0) | 2009.02.11 |
MKV 포맷... (3) | 2008.09.22 |
Video codecs tutorial (0) | 2007.07.12 |