Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2005-02-10 01:41:42
Size: 1377
Editor: TomHiggins
Comment:
Revision 4 as of 2005-02-10 01:49:10
Size: 1452
Editor: TomHiggins
Comment:
Deletions are marked like this. Additions are marked like this.
Line 28: Line 28:
== Setting up DAAP and ZeroConf on Gentoo == == Setting up DAAP and ZeroConf on other Linux Distros ==
Line 30: Line 30:
[The Ignition Project http://www.ignition-project.com/node/view/201] has a good write up on the steps you need to take.  * [http://www.ignition-project.com/node/view/201 a Gentoo solution].
 * [http://the.taoofmac.com/space/HOWTO/Set%20Up%20daapd%20on%20Fedora%20Linux a Fedora Core3 solution].
Line 34: Line 35:
[The DAAPD Project Page http://www.deleet.de/projekte/daap/daapd/]
[
The Howl Site http://www.porchdogsoft.com/products/howl/]
 * [http://www.deleet.de/projekte/daap/daapd/ The DAAPD Project Page]
* [http://www.porchdogsoft.com/products/howl/ The Howl Site]

A Linux iTunes Server Solution

Setting up DAAP and ZeroConf on Debain

  • packages needed to install
    • mdnsresponder - Howl Rendezvous/mDNS service responder daemon
    • howl-utils - Tools for use with Howl (mDNSPublish and mDNSBrowse)
    • daapd - Serves music files using the Apple DAA protocol
  • Config for daapd
    • vi /etc/daapd.conf
    • change "Root " to point to the directory where the items you want to share reside
      • example Root /var/www/music
    • restart daapd
      • /etc/init.d/daapd restart
  • Publish your goodies
  • Open up a daap aware app somewhere on your network and enjoy
    • to test that it is working
      • mDNSBrowse _daap._tcp
        • results should looks something like

Setting up DAAP and ZeroConf on other Linux Distros

Other Pages with Info

DAAP (last edited 2012-03-09 22:20:48 by DanRasmussen)