The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD net : DarwinStreamingServer

Darwin Streaming Server, a MP3, MPEG4 and QuickTime streaming server

 Darwin Streaming Server is server technology which allows you to send
streaming QuickTime data to clients across the Internet using the industry
standard RTP and RTSP protocols. It is based on the same code as Apple's
QuickTime Streaming Server. 

http://developer.apple.com/darwin/projects/streaming/



DarwinStreamingServer history


v. 1.31
date: 2007/11/12 22:40:30;  author: pav;  state: Exp;  lines: +7 -1
- Mark BROKEN with GCC 4.2 on !i386 (cast from void to int loses precision)

Reported by:	pointyhat
Approved by:	portmgr (hat)

v. 1.30 date: 2007/10/13 19:32:34; author: nork; state: Exp; lines: +3 -7 Add no support architectures information. Reminded by: linimon
v. 1.29 date: 2007/10/01 08:43:43; author: linimon; state: Exp; lines: +8 -1 Mark as broken on gcc4.2. While here, add USE_PERL5, which is necessary to conditionalize inclusion of bsd.perl.mk. Hat: portmgr
v. 1.28 date: 2007/08/01 11:57:20; author: pav; state: Exp; lines: +2 -0 - Give this a chance to build on pointyhat
v. 1.27 date: 2007/07/08 16:23:57; author: nork; state: Exp; lines: +0 -0 Oops, I forgot to remove StreamingLoadTool.
v. 1.26 date: 2007/07/08 16:17:45; author: nork; state: Exp; lines: +4 -5 Update to 5.5.5. Requested by: many people
v. 1.25 date: 2007/04/23 06:22:32; author: linimon; state: Exp; lines: +0 -4 Remove the IGNORE logic; this should have been done in r1.22.
v. 1.24 date: 2007/02/09 19:10:52; author: nork; state: Exp; lines: +1 -1 Fix wrong handling command line arguments. Submitted by: Kouhei Sutou
v. 1.23 date: 2007/01/09 16:52:58; author: nork; state: Exp; lines: +4 -3 o Update to 5.5.4. [1] o Fix error on editing playlist. [2] Requested by: many people [1] Pointed out by: TAKANO Yuji [2]
v. 1.22 date: 2006/09/03 03:34:40; author: nork; state: Exp; lines: +0 -4 RESTRICTED, NO_CDROM and NO_PACKAGE are superfluous. Pointed out by: kris Advised by: hrs LICENSE: the term of 2.3 / http://www.opensource.apple.com/apsl/
v. 1.21 date: 2006/08/24 05:05:18; author: nork; state: Exp; lines: +1 -1 o Fix build error on amd64. [1] o Fix no response issue on some major environment. [2] o Bump PORTREVISION to fix runtime issue. Submitted by: TAKANO Yuji [1] Reported by: Katsumi Kimoto [2]
v. 1.20 date: 2006/08/13 06:04:51; author: nork; state: Exp; lines: +2 -1 o Set command_interpreter to streamingadminserver.sh.in to stop rcNG script. o Bump PORTREVISION, acoodingly. Forgotten by: myself -> orz Pointhat to: myself
v. 1.19 date: 2006/08/13 00:22:50; author: nork; state: Exp; lines: +4 -6 Update to 5.5.3 o rcNGfy o Compile on amd64 [1] NOTE: DSS will support on amd64, because there are many fix which I heard:-) in cvs repository. In this time, however, Apple doesn't release DSS supported on amd64:-(. Submitted by: Javier Martin Rueda [1]
v. 1.18 date: 2006/05/11 22:49:03; author: edwin; state: Exp; lines: +0 -2 Remove USE_REINPLACE from all categories starting with N
v. 1.17 date: 2005/07/10 12:11:52; author: nork; state: Exp; lines: +15 -8 Update to 5.5. Informed by: many people Sponsored by: Ensure Technology Ltd.
v. 1.16 date: 2005/05/01 11:21:19; author: nork; state: Exp; lines: +1 -1 o Change INADDR_ANY to the IP address specified. DSS uses the IP addess where it is bind to and not the IP addess of the default interface. o Use the correct port number and not a generated one. o Bump PORTREVISION, accordingly. These are important for Broadcaster behind a NAT. Submitted by: Denis Ahrens References:: http://lists.apple.com/archives/streaming-server-dev/2004/May/msg00000.html Sponsored by: Ensure Technology Ltd.
v. 1.15 date: 2005/03/12 21:18:06; author: nork; state: Exp; lines: +34 -5 Update to 5.0.3.2. o Disable over-optimaization for problem of ports/75291. [1] o Clean-up some patches (to post-patch phase) PR: ports/75291 [1] Pointed out by: Lars Eggert [1] Informed by: Yoshihiro Yanagida Inquiried by: many people Sponsored by: Ensure Technology Ltd.
v. 1.14 date: 2004/12/16 14:38:53; author: nork; state: Exp; lines: +1 -1 Fix little endian problem. Submitted by: Denis Ahrens Steve Wills Obtained from: http://lists.apple.com/archives/streaming-server-users/2004/May/msg00000.html
v. 1.13 date: 2004/03/27 16:59:36; author: nork; state: Exp; lines: +1 -1 o Change shutdown script by using /var/run/DarwinStreamingServer.pid. o Bump PORTREVISION, accordingly. PR: ports/64663 Submitted by: Melvyn Sopacua
v. 1.12 date: 2004/03/02 10:36:44; author: nork; state: Exp; lines: +2 -2 Update to 5.0.1.1. PR: ports/63626 Submitted by: Scott Lambert
v. 1.11 date: 2004/02/03 01:37:35; author: nork; state: Exp; lines: +1 -1 Fix dependency on p5-Net-SSLeay by utilize SITE_PERL. Reported by: Yoshihiro Yanagida
v. 1.10 date: 2004/02/02 17:50:20; author: nork; state: Exp; lines: +3 -3 o Quiet remove MOVIES directory. [1] o Remove debug code. o Add pkg-install, which should be committed previous. I forgot it. o Bump PORTREVISION accodingly. Submitted by: Yoshihiro Yanagida [1]
v. 1.9 date: 2004/02/01 18:14:45; author: nork; state: Exp; lines: +21 -30 Update to 5.0. Requested by: many people Sponsored by: Ensure Technology Ltd.
v. 1.8 date: 2003/07/31 08:41:22; author: nork; state: Exp; lines: +4 -2 Update to 4.1.3g. Submitted by: Tim Kellers NAKANUMA Takashi
v. 1.7 date: 2003/07/28 01:34:37; author: kris; state: Exp; lines: +1 -1 Update manual fetch location
v. 1.6 date: 2003/02/25 16:36:36; author: nork; state: Exp; lines: +3 -3 Emergency update to 4.1.3. 4.1.2 or earlier has multiple vulnerabilities. Please check following URL. http://online.securityfocus.com/archive/1/313081/2003-02-22/2003-02-28/0 Submitted by: Hiroki Sato Sponsored by: Ensure Technology Ltd.
v. 1.5 date: 2003/02/22 16:16:09; author: nork; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.4 date: 2003/02/16 11:15:31; author: nork; state: Exp; lines: +1 -0 Add 'put in' message in Makefile. Asked by: Jonathan Walker Sponsored by: Ensure Technology Ltd.
v. 1.3 date: 2003/01/07 02:33:59; author: nork; state: Exp; lines: +1 -0 o Fix build on any architecture (tested on only i386). o Fix directory of pidfile to /var/run. o Fix some messages in pkg-message. o Bump PORTREVISION accordingly. Sponsored by: Ensure Technology Ltd.
v. 1.2 date: 2002/12/13 15:29:39; author: nork; state: Exp; lines: +3 -3 Update to 4.1.2. Approved by: portmgr (knu)
v. 1.1 date: 2002/10/23 13:13:22; author: nork; state: Exp; Add Darwin Streaming Server(4.1.1), a server which send streaming for QuickTime, MPEG4. PR: ports/35383 Submitted by: Steve Wills Reviewed by: Steve Wills Sponsored by: Ensure Technology Ltd. ============================================================================= v. 1.31 date: 2007/11/12 22:40:30; author: pav; state: Exp; lines: +7 -1 - Mark BROKEN with GCC 4.2 on !i386 (cast from void to int loses precision) Reported by: pointyhat Approved by: portmgr (hat)
v. 1.30 date: 2007/10/13 19:32:34; author: nork; state: Exp; lines: +3 -7 Add no support architectures information. Reminded by: linimon
v. 1.29 date: 2007/10/01 08:43:43; author: linimon; state: Exp; lines: +8 -1 Mark as broken on gcc4.2. While here, add USE_PERL5, which is necessary to conditionalize inclusion of bsd.perl.mk. Hat: portmgr
v. 1.28 date: 2007/08/01 11:57:20; author: pav; state: Exp; lines: +2 -0 - Give this a chance to build on pointyhat
v. 1.27 date: 2007/07/08 16:23:57; author: nork; state: Exp; lines: +0 -0 Oops, I forgot to remove StreamingLoadTool.
v. 1.26 date: 2007/07/08 16:17:45; author: nork; state: Exp; lines: +4 -5 Update to 5.5.5. Requested by: many people
v. 1.25 date: 2007/04/23 06:22:32; author: linimon; state: Exp; lines: +0 -4 Remove the IGNORE logic; this should have been done in r1.22.
v. 1.24 date: 2007/02/09 19:10:52; author: nork; state: Exp; lines: +1 -1 Fix wrong handling command line arguments. Submitted by: Kouhei Sutou
v. 1.23 date: 2007/01/09 16:52:58; author: nork; state: Exp; lines: +4 -3 o Update to 5.5.4. [1] o Fix error on editing playlist. [2] Requested by: many people [1] Pointed out by: TAKANO Yuji [2]
v. 1.22 date: 2006/09/03 03:34:40; author: nork; state: Exp; lines: +0 -4 RESTRICTED, NO_CDROM and NO_PACKAGE are superfluous. Pointed out by: kris Advised by: hrs LICENSE: the term of 2.3 / http://www.opensource.apple.com/apsl/
v. 1.21 date: 2006/08/24 05:05:18; author: nork; state: Exp; lines: +1 -1 o Fix build error on amd64. [1] o Fix no response issue on some major environment. [2] o Bump PORTREVISION to fix runtime issue. Submitted by: TAKANO Yuji [1] Reported by: Katsumi Kimoto [2]
v. 1.20 date: 2006/08/13 06:04:51; author: nork; state: Exp; lines: +2 -1 o Set command_interpreter to streamingadminserver.sh.in to stop rcNG script. o Bump PORTREVISION, acoodingly. Forgotten by: myself -> orz Pointhat to: myself
v. 1.19 date: 2006/08/13 00:22:50; author: nork; state: Exp; lines: +4 -6 Update to 5.5.3 o rcNGfy o Compile on amd64 [1] NOTE: DSS will support on amd64, because there are many fix which I heard:-) in cvs repository. In this time, however, Apple doesn't release DSS supported on amd64:-(. Submitted by: Javier Martin Rueda [1]
v. 1.18 date: 2006/05/11 22:49:03; author: edwin; state: Exp; lines: +0 -2 Remove USE_REINPLACE from all categories starting with N
v. 1.17 date: 2005/07/10 12:11:52; author: nork; state: Exp; lines: +15 -8 Update to 5.5. Informed by: many people Sponsored by: Ensure Technology Ltd.
v. 1.16 date: 2005/05/01 11:21:19; author: nork; state: Exp; lines: +1 -1 o Change INADDR_ANY to the IP address specified. DSS uses the IP addess where it is bind to and not the IP addess of the default interface. o Use the correct port number and not a generated one. o Bump PORTREVISION, accordingly. These are important for Broadcaster behind a NAT. Submitted by: Denis Ahrens References:: http://lists.apple.com/archives/streaming-server-dev/2004/May/msg00000.html Sponsored by: Ensure Technology Ltd.
v. 1.15 date: 2005/03/12 21:18:06; author: nork; state: Exp; lines: +34 -5 Update to 5.0.3.2. o Disable over-optimaization for problem of ports/75291. [1] o Clean-up some patches (to post-patch phase) PR: ports/75291 [1] Pointed out by: Lars Eggert [1] Informed by: Yoshihiro Yanagida Inquiried by: many people Sponsored by: Ensure Technology Ltd.
v. 1.14 date: 2004/12/16 14:38:53; author: nork; state: Exp; lines: +1 -1 Fix little endian problem. Submitted by: Denis Ahrens Steve Wills Obtained from: http://lists.apple.com/archives/streaming-server-users/2004/May/msg00000.html
v. 1.13 date: 2004/03/27 16:59:36; author: nork; state: Exp; lines: +1 -1 o Change shutdown script by using /var/run/DarwinStreamingServer.pid. o Bump PORTREVISION, accordingly. PR: ports/64663 Submitted by: Melvyn Sopacua
v. 1.12 date: 2004/03/02 10:36:44; author: nork; state: Exp; lines: +2 -2 Update to 5.0.1.1. PR: ports/63626 Submitted by: Scott Lambert
v. 1.11 date: 2004/02/03 01:37:35; author: nork; state: Exp; lines: +1 -1 Fix dependency on p5-Net-SSLeay by utilize SITE_PERL. Reported by: Yoshihiro Yanagida
v. 1.10 date: 2004/02/02 17:50:20; author: nork; state: Exp; lines: +3 -3 o Quiet remove MOVIES directory. [1] o Remove debug code. o Add pkg-install, which should be committed previous. I forgot it. o Bump PORTREVISION accodingly. Submitted by: Yoshihiro Yanagida [1]
v. 1.9 date: 2004/02/01 18:14:45; author: nork; state: Exp; lines: +21 -30 Update to 5.0. Requested by: many people Sponsored by: Ensure Technology Ltd.
v. 1.8 date: 2003/07/31 08:41:22; author: nork; state: Exp; lines: +4 -2 Update to 4.1.3g. Submitted by: Tim Kellers NAKANUMA Takashi
v. 1.7 date: 2003/07/28 01:34:37; author: kris; state: Exp; lines: +1 -1 Update manual fetch location
v. 1.6 date: 2003/02/25 16:36:36; author: nork; state: Exp; lines: +3 -3 Emergency update to 4.1.3. 4.1.2 or earlier has multiple vulnerabilities. Please check following URL. http://online.securityfocus.com/archive/1/313081/2003-02-22/2003-02-28/0 Submitted by: Hiroki Sato Sponsored by: Ensure Technology Ltd.
v. 1.5 date: 2003/02/22 16:16:09; author: nork; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.4 date: 2003/02/16 11:15:31; author: nork; state: Exp; lines: +1 -0 Add 'put in' message in Makefile. Asked by: Jonathan Walker Sponsored by: Ensure Technology Ltd.
v. 1.3 date: 2003/01/07 02:33:59; author: nork; state: Exp; lines: +1 -0 o Fix build on any architecture (tested on only i386). o Fix directory of pidfile to /var/run. o Fix some messages in pkg-message. o Bump PORTREVISION accordingly. Sponsored by: Ensure Technology Ltd.
v. 1.2 date: 2002/12/13 15:29:39; author: nork; state: Exp; lines: +3 -3 Update to 4.1.2. Approved by: portmgr (knu)
v. 1.1 date: 2002/10/23 13:13:22; author: nork; state: Exp; Add Darwin Streaming Server(4.1.1), a server which send streaming for QuickTime, MPEG4. PR: ports/35383 Submitted by: Steve Wills Reviewed by: Steve Wills Sponsored by: Ensure Technology Ltd. ============================================================================= v. 1.31 date: 2007/11/12 22:40:30; author: pav; state: Exp; lines: +7 -1 - Mark BROKEN with GCC 4.2 on !i386 (cast from void to int loses precision) Reported by: pointyhat Approved by: portmgr (hat)
v. 1.30 date: 2007/10/13 19:32:34; author: nork; state: Exp; lines: +3 -7 Add no support architectures information. Reminded by: linimon
v. 1.29 date: 2007/10/01 08:43:43; author: linimon; state: Exp; lines: +8 -1 Mark as broken on gcc4.2. While here, add USE_PERL5, which is necessary to conditionalize inclusion of bsd.perl.mk. Hat: portmgr
v. 1.28 date: 2007/08/01 11:57:20; author: pav; state: Exp; lines: +2 -0 - Give this a chance to build on pointyhat
v. 1.27 date: 2007/07/08 16:23:57; author: nork; state: Exp; lines: +0 -0 Oops, I forgot to remove StreamingLoadTool.
v. 1.26 date: 2007/07/08 16:17:45; author: nork; state: Exp; lines: +4 -5 Update to 5.5.5. Requested by: many people
v. 1.25 date: 2007/04/23 06:22:32; author: linimon; state: Exp; lines: +0 -4 Remove the IGNORE logic; this should have been done in r1.22.
v. 1.24 date: 2007/02/09 19:10:52; author: nork; state: Exp; lines: +1 -1 Fix wrong handling command line arguments. Submitted by: Kouhei Sutou
v. 1.23 date: 2007/01/09 16:52:58; author: nork; state: Exp; lines: +4 -3 o Update to 5.5.4. [1] o Fix error on editing playlist. [2] Requested by: many people [1] Pointed out by: TAKANO Yuji [2]
v. 1.22 date: 2006/09/03 03:34:40; author: nork; state: Exp; lines: +0 -4 RESTRICTED, NO_CDROM and NO_PACKAGE are superfluous. Pointed out by: kris Advised by: hrs LICENSE: the term of 2.3 / http://www.opensource.apple.com/apsl/
v. 1.21 date: 2006/08/24 05:05:18; author: nork; state: Exp; lines: +1 -1 o Fix build error on amd64. [1] o Fix no response issue on some major environment. [2] o Bump PORTREVISION to fix runtime issue. Submitted by: TAKANO Yuji [1] Reported by: Katsumi Kimoto [2]
v. 1.20 date: 2006/08/13 06:04:51; author: nork; state: Exp; lines: +2 -1 o Set command_interpreter to streamingadminserver.sh.in to stop rcNG script. o Bump PORTREVISION, acoodingly. Forgotten by: myself -> orz Pointhat to: myself
v. 1.19 date: 2006/08/13 00:22:50; author: nork; state: Exp; lines: +4 -6 Update to 5.5.3 o rcNGfy o Compile on amd64 [1] NOTE: DSS will support on amd64, because there are many fix which I heard:-) in cvs repository. In this time, however, Apple doesn't release DSS supported on amd64:-(. Submitted by: Javier Martin Rueda [1]
v. 1.18 date: 2006/05/11 22:49:03; author: edwin; state: Exp; lines: +0 -2 Remove USE_REINPLACE from all categories starting with N
v. 1.17 date: 2005/07/10 12:11:52; author: nork; state: Exp; lines: +15 -8 Update to 5.5. Informed by: many people Sponsored by: Ensure Technology Ltd.
v. 1.16 date: 2005/05/01 11:21:19; author: nork; state: Exp; lines: +1 -1 o Change INADDR_ANY to the IP address specified. DSS uses the IP addess where it is bind to and not the IP addess of the default interface. o Use the correct port number and not a generated one. o Bump PORTREVISION, accordingly. These are important for Broadcaster behind a NAT. Submitted by: Denis Ahrens References:: http://lists.apple.com/archives/streaming-server-dev/2004/May/msg00000.html Sponsored by: Ensure Technology Ltd.
v. 1.15 date: 2005/03/12 21:18:06; author: nork; state: Exp; lines: +34 -5 Update to 5.0.3.2. o Disable over-optimaization for problem of ports/75291. [1] o Clean-up some patches (to post-patch phase) PR: ports/75291 [1] Pointed out by: Lars Eggert [1] Informed by: Yoshihiro Yanagida Inquiried by: many people Sponsored by: Ensure Technology Ltd.
v. 1.14 date: 2004/12/16 14:38:53; author: nork; state: Exp; lines: +1 -1 Fix little endian problem. Submitted by: Denis Ahrens Steve Wills Obtained from: http://lists.apple.com/archives/streaming-server-users/2004/May/msg00000.html
v. 1.13 date: 2004/03/27 16:59:36; author: nork; state: Exp; lines: +1 -1 o Change shutdown script by using /var/run/DarwinStreamingServer.pid. o Bump PORTREVISION, accordingly. PR: ports/64663 Submitted by: Melvyn Sopacua
v. 1.12 date: 2004/03/02 10:36:44; author: nork; state: Exp; lines: +2 -2 Update to 5.0.1.1. PR: ports/63626 Submitted by: Scott Lambert
v. 1.11 date: 2004/02/03 01:37:35; author: nork; state: Exp; lines: +1 -1 Fix dependency on p5-Net-SSLeay by utilize SITE_PERL. Reported by: Yoshihiro Yanagida
v. 1.10 date: 2004/02/02 17:50:20; author: nork; state: Exp; lines: +3 -3 o Quiet remove MOVIES directory. [1] o Remove debug code. o Add pkg-install, which should be committed previous. I forgot it. o Bump PORTREVISION accodingly. Submitted by: Yoshihiro Yanagida [1]
v. 1.9 date: 2004/02/01 18:14:45; author: nork; state: Exp; lines: +21 -30 Update to 5.0. Requested by: many people Sponsored by: Ensure Technology Ltd.
v. 1.8 date: 2003/07/31 08:41:22; author: nork; state: Exp; lines: +4 -2 Update to 4.1.3g. Submitted by: Tim Kellers NAKANUMA Takashi
v. 1.7 date: 2003/07/28 01:34:37; author: kris; state: Exp; lines: +1 -1 Update manual fetch location
v. 1.6 date: 2003/02/25 16:36:36; author: nork; state: Exp; lines: +3 -3 Emergency update to 4.1.3. 4.1.2 or earlier has multiple vulnerabilities. Please check following URL. http://online.securityfocus.com/archive/1/313081/2003-02-22/2003-02-28/0 Submitted by: Hiroki Sato Sponsored by: Ensure Technology Ltd.
v. 1.5 date: 2003/02/22 16:16:09; author: nork; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.4 date: 2003/02/16 11:15:31; author: nork; state: Exp; lines: +1 -0 Add 'put in' message in Makefile. Asked by: Jonathan Walker Sponsored by: Ensure Technology Ltd.
v. 1.3 date: 2003/01/07 02:33:59; author: nork; state: Exp; lines: +1 -0 o Fix build on any architecture (tested on only i386). o Fix directory of pidfile to /var/run. o Fix some messages in pkg-message. o Bump PORTREVISION accordingly. Sponsored by: Ensure Technology Ltd.
v. 1.2 date: 2002/12/13 15:29:39; author: nork; state: Exp; lines: +3 -3 Update to 4.1.2. Approved by: portmgr (knu)
v. 1.1 date: 2002/10/23 13:13:22; author: nork; state: Exp; Add Darwin Streaming Server(4.1.1), a server which send streaming for QuickTime, MPEG4. PR: ports/35383 Submitted by: Steve Wills Reviewed by: Steve Wills Sponsored by: Ensure Technology Ltd. =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm