aboutsummaryrefslogtreecommitdiffstats
path: root/audio/daapd/pkg-message
blob: d82e55a3d18a10c00e5ee39d27ac18d4798e5440 (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
=================================================================

daapd has now been installed.

A sample configuration file has been placed at:

  %%PREFIX%%/etc/daapd.conf.sample

You need to copy this to

  %%PREFIX%%/etc/daapd.conf

and edit it to suit your requirements. You must also add:

  daapd_enable="YES"

to /etc/rc.conf.

Documentation is installed at:

  %%DOCSDIR%%/README

Once configured, you can start daapd by running:

  %%PREFIX%%/etc/rc.d/daapd.sh start

daapd keeps its logfile in

  %%LOGDIR%%/daapd.log

To advertise the daapd service via ZeroConf/Rendezvous on your local
network, you've got two options:

1) if you selected the HOWL build option (or set WITH_HOWL), daapd
will automatically register its services on startup with the Howl
responder daemon (mDNSResponder). Note, that the Howl responder
daemon must be running.

2) otherwise, you can install the net/mDNSResponder port, and use
that with a command line like:

  mDNSResponderPosix -p 3689 -t _daap._tcp. -n `hostname`

Enjoy!

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