Follow up these steps:Originally Posted by asifmcp
1. Make sure that you have: libc6-dev linux-libc-dev gcc-3.3 g++-3.3, if not:
sudo apt-get install libc6-dev linux-libc-dev gcc-3.3 g++-3.3
2.Download the sourcecode of DSS-Source-,but before you should create an account in www.apple/developer to download DarwinStreamingSrvr5.5.5-Source.
3. Extract the file directory:
tar xzf DarwinStreamingSrvr5.5.5-Source.tar.gz DarwinStreamingSrvr5.5.5-Source
4. Create a group and user for Darwin:
sudo addgroup --system qtss
sudo adduser --system --no-create-home --ingroup qtss qtss
4.1 Not necessary,but if you want change password to qtss (user) for example “xx”
sudo passwd qtss
5. Enter to “DarwinStreamingSrvr5.5.5-Source” directory and type:
./Buildit install
With this command start to compile DSS and creates a new directory called “DarwinStreamingSrvr5.5.5-Linux”
6. Enter to “DarwinStreamingSrvr5.5.5-Linux and type:
sudo ./Install
The command will show:
Installing Darwin Streaming Server








Reply With Quote