aboutsummaryrefslogblamecommitdiff
path: root/audio/daapd/pkg-message
blob: d82e55a3d18a10c00e5ee39d27ac18d4798e5440 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                                 





                                                         











                                                









                                                                    


                                                         


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

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!

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