Difference between revisions of "DarwinStreamingServer"

From Alessandro's Wiki
(Created page with "This is a streaming for the Apple QuickTime format. * download from: http://static.macosforge.org/dss/downloads/ *; version [http://static.macosforge.org/dss/downloads/Darwin...")
 
Line 4: Line 4:
   
   
*; version [http://static.macosforge.org/dss/downloads/DarwinStreamingSrvr6.0.3-Source.tar 6.0.3]
*; version [http://static.macosforge.org/dss/downloads/DarwinStreamingSrvr6.0.3-Source.tar 6.0.3]
== Installation ==
* User: ''(command may change depending on distribution/version)''
groupadd --system qtss; adduser --system --no-create-home -G qtss qtss
id qtss
uid=501(qtss) gid=501(qtss) groups=501(qtss)
* '''''Ubuntu patch'''''
* http://wiki.ubuntuusers.de/_attachment?target=Darwin_Streaming_Server%2Fpatch
=== RedHat based (using rpm) ===
(http://www.howtoforge.com/apples-darwin-streaming-server-on-centos-5.2)
* yum groupinstall "Development Tools"
* yum install perl-Net-SSLeay
* wget http://www.abrahamsson.com/DarwinStreamingServer-6.0.3-2.src.rpm
* mkdir -p /usr/src/redhat/SOURCES
* rpm -ivh DarwinStreamingServer-6.0.3-2.src.rpm
* cd /usr/src/redhat/SPECS/
* rpmbuild -bb DarwinStreamingServer.spec
* cd /usr/src/redhat/RPMS/x86_64/
* rpm -U DarwinStreamingServer*
* on another terminal, killall -9 DarwinStreamingServer (becouse the installation hangs)

Revision as of 10:25, 5 January 2012

This is a streaming for the Apple QuickTime format.

* download from: http://static.macosforge.org/dss/downloads/


Installation

  • User: (command may change depending on distribution/version)
groupadd --system qtss; adduser --system --no-create-home -G qtss qtss
id qtss
uid=501(qtss) gid=501(qtss) groups=501(qtss)

RedHat based (using rpm)

(http://www.howtoforge.com/apples-darwin-streaming-server-on-centos-5.2)
  • yum groupinstall "Development Tools"
  • yum install perl-Net-SSLeay
  • wget http://www.abrahamsson.com/DarwinStreamingServer-6.0.3-2.src.rpm
  • mkdir -p /usr/src/redhat/SOURCES
  • rpm -ivh DarwinStreamingServer-6.0.3-2.src.rpm
  • cd /usr/src/redhat/SPECS/
  • rpmbuild -bb DarwinStreamingServer.spec
  • cd /usr/src/redhat/RPMS/x86_64/
  • rpm -U DarwinStreamingServer*
  • on another terminal, killall -9 DarwinStreamingServer (becouse the installation hangs)