DSS Darwin Streaming Server CentOS Installer
StudyRoom/Linux_ServerDSS Darwin Streaming Server CentOS Installer
1) login as root
2) Make sure you are in /root you can do this with the ‘pwd’ command or ‘cd /root’
3) Get my script ‘wget http://inceptionhosting.com/dss.tar’ (Inception Hosting are a Quality EU hosting company)
4) Untar the file ‘tar xfv dss.tar’
5) Make the installer executable ‘chmod +x dss-installer.sh’
6) Run the script ‘./dss-installer.sh’
아쥬 간단함... 요기서 중요한 건... 6번을 진행하기전에 ..
"Development Tools"을 OS세팅할때 선택했는지가 중요하다! 안했다면~!
]# yum groupinstall ‘Development Tools’ ㄱㄱㄱㄱ
고로... 순서는...
]# su -
]# cd ~
]# wget http://inceptionhosting.com/dss.tar
]# tar xzfp dss.tar
]# chmod 755 dss-installer.sh
]# ./dss-installer.sh
끝... 근데.. apache를 미리 설치하는게 맘 편하다~ 설치 안되어 있어도 관리자 페이지는 접속된다.
테스트 파일이 들어 있으니 그것으로 테스트 해도 되지만 굳이~ 유투브에서 다운받은 MV로 보겠다~하면...
mp4box 를 까러서..
]# MP4Box -hint XXX.mp4 를 돌려준 다음.. 스트리밍하라~ 안 돌려주면 안드로이드에서 안나옵니다~
'StudyRoom > Linux_Server' 카테고리의 다른 글
latin1 로 저장된 db 를 euckr 또는 utf8로 변환하는 방법 (0) | 2012.08.29 |
---|---|
Could not chdir to home directory (0) | 2012.03.27 |
LINUX 32비트 64비트 확인 방법 (0) | 2011.09.06 |
Linux System Monitoring Tools Every SysAdmin Should Know (0) | 2011.09.06 |
VSFTP 설정 (0) | 2011.09.06 |