freebsd-ports/net/DarwinStreamingServer/pkg-message
Norikatsu Shigemura 78825e7169 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 <jmrueda@diatel.upm.es> [1]
2006-08-13 00:22:50 +00:00

66 lines
2.2 KiB
Text

===============================================================================
* IMPORTANT SETUP NOTICE * IMPORTANT SETUP NOTICE *
o Set up DSS Administrator Username/Password.
$Username$ is an account for DSS Administration, e.g. admin, root, etc...
# qtpasswd -c $Username$
# echo admin: $Username$ > %%PREFIX%%/etc/streaming/qtgroups
NOTICE: qtpasswd will create new file with -c option. Please
see also `qtpasswd -h'(mostly same as htpasswd).
NOTICE: qtgroups file will contain user(s) separated by white space
of group(s).
o Set up SSL for DSS Administration Tool (If you need)
Install your SSL Keys to %%PREFIX%%/etc/streaming/
streamingadminserver.key: SSL Private key
streamingadminserver.pem: SSL Public key
o Boot DSS Administration Tool
# echo 'streamingadminserver_enable="YES"' >> /etc/rc.conf
# cd /; env - %%PREFIX%%/etc/rc.d/streamingadminserver.sh start
(*NOTE*)Darwin Streaming Server will run together.
o Set up DSS Administration Tool with MSIE(Microsoft Internet Explorer)
Mozilla, Netscape4/7 and Opera etc... are not useful. DSS Administration
Tool requires MSIE(4.5 and later) J-Script feature.
http://YOUR.STREAMING.SERVER:1220/
If you need SSL, select 'Secure Administration (SSL)' in this setup.
After setup, you can access to
https://YOUR.STREAMING.SERVER:1240/
===============================================================================
Related directories
%%PREFIX%%/etc/streaming - DSS Configuration Directory
%%PREFIX%%/share/DarwinStreamingServer/movies - *Default* Movies Directory
/var/log/streaming - DSS Streaming Log Directory
/var/spool/streaming.playlists - DSS Playlists Directory
===============================================================================
If you want to invoke only Darwin Streaming Server from start-up, put
following lines into /etc/rc.conf.
darwin_streaming_server_enable="YES"
darwin_streaming_server_flags=""
If you want to invoke DSS Administration Tool and Darwin Streaming
Server from start-up, do too.
streamingadminserver_enable="YES"
streamingadminserver_flags=""
===============================================================================