pkgsrc-wip/DarwinStreamingServer/MESSAGE
daniel.eggert 6bbd5e8113 Darwin Streaming Server is the open source version of Apple's QuickTime
Streaming Server technology that allows you to send streaming media to clients
across the Internet using the industry standard RTP and RTSP protocols.

Initial commit.
2005-12-20 19:03:10 +00:00

25 lines
944 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2005/12/20 19:03:10 danieleggert 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/
===========================================================================