aboutsummaryrefslogtreecommitdiffstats
path: root/net/DarwinStreamingServer/pkg-message
blob: 9a87dd7813ac3d9af7da2a0a3fa9fd42c2b91007 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
===============================================================================

        * 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

o Set up DSS Administration Tool with MSIE(Microsoft Internet Explorer)

    Mozilla, Netscape4/7 are not useful.  DSS Administration Tool requires
    MSIE(4.5 or 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 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 from start-up, do too.

    streamingadminserver_enable="YES"
    streamingadminserver_flags=""

===============================================================================