About Darwin Streaming Server

About Darwin Streaming Server

Contents

Welcome to Darwin Streaming Server, Apple's open source version of the QuickTime Streaming Server technology allowing you to send streaming media across the Internet using the industry standard RTP and RTSP protocols. Based on the same code base as QuickTime Streaming Server, Darwin Streaming Server provides a high level of customizability and runs on a variety of platforms allowing you to manipulate the code to fit your needs.

What's New with Darwin Streaming Server 6.0.3

  • DSS now builds and runs 64-bit on MacOS X
  • Updates for example modules:
    • The example Authorization module has been updated.
      Source code is available in: APIModules/QTSSDemoAuthorizationModule.bproj
    • The example Spam Defense module has been updated.
      Source code is available in: APIModules/QTSSSpamDefenseModule.bproj
    • An example RTSP redirect module has been included
      Source code is available in: APIModules/QTSSDemoRedirectModule.bproj
      Example modules are installed into:
      (MacOS X): /Library/QuickTimeStreamingServer/Modules.disabled
      (other Unix): /usr/local/sbin/StreamingServerModules
  • OS X based user account support is added using Apple Open Directory services and includes LDAP and Active Directory user account authentication and authorization
  • Separate thread pools are used for RTSP processing and RTP processing
  • Performance is improved on OS X systems with 4 and 8 cores over previous releases.
  • Supports hinted files greater than 4GB in size.
  • The posted pre-built MacOS package runs on MacOS X 10.5 or later only
  • No build support yet for non-Mac OS X systems (open source submissions are needed to build on other platforms)
  • No longer posting pre-built install binaries for non-Mac OS X systems.
    Version 5.5.5 for Linux and Windows can be downloaded from http://developer.apple.com/opensource/server/streaming/index.html

This release contains open source submissions for the following issues:

  • Fixed compilation problem on Solaris 10u3 (Stefan Parvu)
  • Fixed access log c-bytes value (Amir Wolf)
  • Fixed access log CPU utilization value
  • Fixed compilation problem on FC6 linux PPC (Matthew McGillis)
  • Fix to allow streaming of files with bad hint track references, allows compatibility with some popular encoders (Fredrik Widlund)
  • Fix StreamingProxy compilation problems for some non-MacOSX platforms
  • Added a HowTo for uninstalling DSS on a MacOS X system
  • Misc. fixes for Debian linux (Ben Humpert)
  • Fixed problem with video sync frame detection for MacOS X on Intel (Lorenzo Vicisano)

Please use http://dss.macosforge.org/ to submit your own Darwin Streaming Server modifications.

What's New with Darwin Streaming Server 5.5.5b

Darwin Streaming Server 5.5.5b is a beta release containing open source submissions for the following issues:

  • Compilation problems using gcc 4 (Andreas Thienemann)
  • Support for SDPs created by VLC and Mpeg4IP (David Moore)
  • Fix date display in DSS Web Admin (Maksym Veremeyenko)
  • Better support for streaming through NAT (Denis Ahrens)
  • Better support for running DSS on a multi-homed system (Denis Ahrens)
  • Relaying problems with VLC (Alessandro Falaschi, http://labtel.ing.uniroma1.it/opencdn/darwinp.html)

Please use http://www.opensource.apple.com/projects/modifications.html to submit your own Darwin Streaming Server modifications.

What's New with Darwin Streaming Server 5.5.4

Darwin Streaming Server 5.5.4 includes the following enhancements to 5.5.3:

  • A fix to the unsigned character handling in the string parser resolves the following compiler generated issues:
    -- Failure to stream to non-english QuickTime Players
    -- Failure to stream live broadcast SDP files containing high-ascii characters
    -- Failure to authenticate with users and passwords with high-ascii characters

What's New with Darwin Streaming Server 5.5.3

Darwin Streaming Server 5.5.3 includes the following enhancements to 5.5.1:

  • A security fix for DSS to prevent a crash when receiving an invalid RTSP request.
  • A security fix for DSS to prevent a crash when reading an invalid movie file.
  • An update to the Buildit script to build on Mac OS X intel systems.

Darwin Streaming Server 5.5.1 includes the following enhancements to 5.5:

  • A security fix for DSS Web Admin on Windows

Darwin Streaming Server 5.5 includes the following enhancements to 5.0.1.1:

  • Latest security update changes
  • Latest 3GPP release 5 client support
  • High definition H.264 streaming

Darwin Streaming Server 5.0.1.1 includes the following enhancements to 5.0:

  • Latest security update changes
  • Improved Safari compatibility

Darwin Streaming Server 5.0

  • Enhanced multithread support
  • Home directory streaming (UNIX-based platforms only)
  • Broadcast directory streaming
  • HTTP to RTSP url redirection using QuickTime HREF support.
  • Improved security through non-root user execution (UNIX-based platforms only)
  • 3GPP streaming enhancements - As we constantly improve our support for streaming the latest digital media standards, DSS 5 includes a number of enhancements for 3GPP streaming

It can be ported to other platforms by modifying a handful of platform-specific source files. For more information about the source code and how to port to other platforms, see the files AboutTheSource.html and SourceFAQ.html provided with the Darwin Streaming Server source code.

For more information about the Darwin Streaming Server project and to obtain the Darwin Streaming Server 5.5 source, see Apple's Open Source Web site at: http://developer.apple.com/darwin.

System Requirements

Darwin Streaming Server is currently available on the following platforms:

*Mac OS X (version 10.2.8 or later)
*Linux (RedHat 8/9, Intel)
*Solaris 9 (SPARC)
*Windows 2000 Server/2003 Server

Darwin Streaming Server is compatible with QuickTime 4 or later client software. Digest mode Authentication and Skip Protection (first introduced in QuickTime Streaming Server 3.0) require QuickTime 5 or later client software.

Installing Darwin Streaming Server (Mac OS X)

To install Darwin Streaming Server 5.5 software, follow these
steps:

  1. After downloading Darwin Streaming Server, double-click the DarwinStreamingServer.dmg file. DarwinStreamingServer will mount a desktop image that contains DarwinStreamingServer.pkg.

  2. Double-click the DarwinStreamingServer.pkg file. This will launch the installer.

  3. Click on the "lock" icon to make changes when prompted during installation. You will need to authenticate with the administrator username and password.

  4. Follow the onscreen instructions. After you have read and agreed to the license, you can proceed with the installation.

  5. If you are installing for the first time, after the install completes, you will be asked to create a user name and password for administering the server. You must complete this step to administer the server from a remote system using a web browser.

    If you are upgrading, you will be presented with a web browser login window.

Set Up (Mac OS X)

After creating an administrator user name and password,  you can connect to the Darwin Streaming Server from your web browser.

Enter the URL for your Darwin Streaming Server:
http://myserver.com:1220

Replace "myserver.com" with the name of your Darwin Streaming Server computer.
1220 is the port number.

Installing Darwin Streaming Server (Linux, Solaris)

To install Darwin Streaming Server 5.5 software, follow these steps on the server computer:

Stop any Darwin Streaming Server related processes.

IMPORTANT: Installing Darwin Streaming Server will remove older version of Darwin Streaming Server. 

Expand the compressed (.gz) tar file and "cd" into one of the following directories, depending on the platform: 

DarwinStreamingSrvr5.5-Linux

Then type: 

./Install

During the install, the streamingadminserver.pl application will automatically launch. To avoid the need to manually relaunch streamingadminserver.pl following reboots, you may want to configure your server machine to launch it automatically at boot time.

Set Up (Linux, Solaris)
During the install, you will be asked to create a user name and password for administering the server. You must complete this step to administer the server from a remote system using a web browser.

After creating an administrator user name and password,  you can connect to the Darwin Streaming Server from your web browser.

Enter the URL for your Darwin Streaming Server:
http://myserver.com:1220

Replace "myserver.com" with the name of your Darwin Streaming Server computer.
1220 is the port number.

Installing Darwin Streaming Server (Windows 2000/2003 Server)

The Streaming Admin requires ActivePerl 5.8 (or later) to be running on the server machine. You must install a Perl interpreter in order to use the web-based administration software.

To install Darwin Streaming Server software, follow these steps on the server computer:

Stop any Darwin Streaming Server related processes.

When the Server package is unzipped, a folder with Darwin Streaming Server and associated files will be created. Inside this folder is an Install script, named "Install.bat". Double-click this file to install the server and its components on the server machine. The installer also starts up the Streaming Server Admin, so keep the command prompt window open.

The Install script will create the following directory:

c:\Program Files\Darwin Streaming Server\

Inside this directory you will find:

DarwinStreamingServer.exe - Server executable
PlaylistBroadcaster.exe - PlaylistBroadcaster executable
MP3Broadcaster.exe – MP3 Broadcaster executable
qtpasswd.exe - Command-line utility for generating password files for access control
StreamingLoadTool.exe - RTSP simulated client stress tool
streamingadminserver.pl - Admin Server that is used for administering the Streaming Server
streamingserver.xml- Default server configuration file
relayconfig.xml-Sample - Sample relay configuration file
QTSSModules\ - Folder containing QTSS API modules
Movies\ - Media folder
Playlists\ - Folder containing Playlist configuration
Logs\ - Folder containing access and error logs
AdminHtml\ - Folder containing the CGIs and the HTMl files required by the Admin Server
Documentation\ - Documentation folder

The Install script also installs Darwin Streaming Server as a service in the Service Manager. It is possible to start, stop, and check server status from the Service control panel.

The Install script will attempt to launch the Admin Server. Make sure that the Perl interpreter installed on your machine is in the system PATH.

The Admin Server can be launched from the command prompt by typing:

C:> perlpath "C:\Program Files\Darwin Streaming Server\streamingadminserver.pl"

where perlpath is the path to the Perl interpreter on your machine.

If you are installing for the first time,  you will be asked to create a user name and password for administering the server.  You must complete this step to administer the server from a remote system using a web browser.

Set Up (Windows 2000/2003 Server)

After creating an administrator user name and password,  you can connect to the Darwin Streaming Server from your web browser.

Enter the URL for your Darwin Streaming Server:
http://localhost:1220 on the same local system or
http://myserver.com:1220 from a remote system

Replace "myserver.com" with the name of your Darwin Streaming Server computer.
1220 is the port number.
For help on using Streaming Server Admin, setting up secure administration (SSL), and setting up your server to stream hinted media, refer to the online Help by selecting the Question Mark button from the Streaming Server Admin.

Troubleshooting

  • File Locations

Darwin Streaming Server (Mac OS X)
/usr/sbin/QuickTimeStreamingServer - Streaming Server app
/usr/sbin/streamingadminserver.pl - QTSS Web Admin server
/Library/QuickTimeStreaming/Modules/ - QTSS plug-ins
/usr/bin/PlaylistBroadcaster - The PlaylistBroadcaster
/usr//bin/MP3Broadcaster - The MP3Broadcaster
/usr/bin/qtpasswd - Generates password files for access control
/usr//bin/StreamingLoadTool - RTSP simulated client stress tool
/Library/QuickTimeStreaming/Config/ - QTSS config files
/Library/QuickTimeStreaming/Movies/ - Media files
/Library/QuickTimeStreaming/Docs/ - readme.html & user manual.pdf files
/Library/QuickTimeStreaming/logs/ - Logs
/Library/QuickTimeStreaming/playlists - Web Admin Playlist files

Darwin Streaming Server (Unix)
/usr/local/sbin/DarwinStreamingServer - Streaming Server app
/usr/local/sbin/streamingadminserver.pl - QTSS Web Admin server
/usr/local/sbin/StreamingServerModules/ - QTSS plug-ins
/usr/local/bin/PlaylistBroadcaster - The PlaylistBroadcaster
/usr/local/bin/MP3Broadcaster - The MP3Broadcaster
/usr/local/bin/qtpasswd - Generates password files for access control
/usr/local/bin/StreamingLoadTool - RTSP simulated client stress tool
/etc/streaming/ - QTSS config files
/usr/local/movies/ - Media files
/var/streaming/ - readme.html & user manual.pdf files
/var/streaming/logs - Logs
/var/streaming/playlists - Web Admin Playlist files

Darwin Streaming Server (Windows)
C:\Program Files\Darwin Streaming Server
C:\Program Files\Darwin Streaming Server\Movies
C:\Program Files\Darwin Streaming Server\Playlists
C:\Program Files\Darwin Streaming Server\Logs
C:\Program Files\Darwin Streaming Server\QTSSModules
C:\Program Files\Darwin Streaming Server\AdminHtml

Public Mailing Lists

Through the Apple public mailing lists you can share experiences, questions, and comments with others who use the software. Apple employees may monitor the list, but Apple does not guarantee that questions sent to this list will be answered. For more information about joining the mailing lists, see the Apple mailing lists Web site at www.lists.apple.com.

For Darwin Streaming Server administration, join the Streaming Server mailing list, “streaming-server-users”.

If you are interested in plug-in API or Open Source development, join the Streaming Server developer public mailing list, “streaming-server-developers”.

The Darwin Streaming Server release is not supported by Apple Computer.

© 2008 Apple Computer, Inc. All rights reserved. Apple, the Apple logo, Mac, Macintosh, PowerBook, Power Macintosh, and QuickTime are trademarks of Apple Computer, Inc., registered in the United States and other countries. eMac, iBook, iMac, Power Mac and Xserve are trademarks of Apple Computer, Inc. All other product names are trademarks or registered trademarks of their respective holders.

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 204,684评论 6 478
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 87,143评论 2 381
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 151,214评论 0 337
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 54,788评论 1 277
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 63,796评论 5 368
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 48,665评论 1 281
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 38,027评论 3 399
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 36,679评论 0 258
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 41,346评论 1 299
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 35,664评论 2 321
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 37,766评论 1 331
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 33,412评论 4 321
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 39,015评论 3 307
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 29,974评论 0 19
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 31,203评论 1 260
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 45,073评论 2 350
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 42,501评论 2 343

推荐阅读更多精彩内容