8688b929a1
need to stream QuickTime and MPEG-4 media on alternative platforms such as Windows, Linux, and Solaris, or those developers who need to extend and/or modify the existing streaming server code to fit their needs. Darwin Streaming Server is only supported by the open source community and is not eligible for technical support from Apple. Apple hosts a number of email discussion lists for Darwin Streaming Server users and developers to share ideas and discuss deployment scenarios. Based on wip/DarwinStreamingServer Thanks to eggert@macvaerk.dtu.dk
25 lines
918 B
Text
25 lines
918 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1.1.1 2006/12/15 09:03:47 adam Exp $
|
|
|
|
You need to set up a DarwinStreamingServer administrator username and
|
|
password:
|
|
|
|
# qtpasswd -c username
|
|
# echo admin: username > ${PKG_SYSCONFDIR}/streaming/qtgroups
|
|
|
|
N.B. qtpasswd will overwrite the existing file with the -c option.
|
|
The file
|
|
${PKG_SYSCONFDIR}/streaming/qtgroups
|
|
will contain users separated by white space for each group.
|
|
|
|
In order to run the DarwinStreamingServer administration tools you need to
|
|
install SSL keys into
|
|
${PKG_SYSCONFDIR}/streaming/streamingadminserver.pem
|
|
|
|
After the administration tools are up and running you should be able to
|
|
access them at
|
|
http://your.hostname:1220/
|
|
If you select 'Secure Administration (SSL)' you'll be directed to
|
|
https://your.hostname:1240/
|
|
|
|
===========================================================================
|