Posts Tagged ‘Apple DSS’

How to install Darwin Streaming Server 6.0.3 on Ubuntu 8.04.2 Hardy

I couldn’t find any good tutorial on how to install Darwing Streaming Server on Ubuntu Hardy.
So let’s get started with a fresh install of 8.04.2 with all the updates.

sudo apt-get update && sudo apt-get upgrade
sudo apt-get install build-essential
sudo addgroup –system qtss
sudo adduser –system –no-create-home –ingroup qtss qtss
cd /usr/local/src/
Download the latest version at http://github.com/lstoll/dss/tree/master
tar -xvf lstoll-dss-984a1365251f36ebf3f60f0d0175fa895a30b9a9.tar
cd [...]