Differences between revisions 19 and 21 (spanning 2 versions)
Revision 19 as of 2005-03-16 10:12:53
Size: 2121
Editor: WikiMinion
Comment:
Revision 21 as of 2007-11-23 18:02:11
Size: 2156
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
== Setting up DAAP and ZeroConf on Debain == == Setting up DAAP and ZeroConf on Debain Using Howl==
Line 30: Line 30:
 * [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].
 * [http://www.oreillynet.com/pub/wlg/6067 an Ubuntu solution].
 * [[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]].
 * [[http://www.oreillynet.com/pub/wlg/6067|an Ubuntu solution]].
Line 37: Line 37:
 * [http://craz.net/programs/itunes/tunesbrowser.html TunesBrowser] (linux)
 * [http://one2ohmygod.sourceforge.net/ One2OhMyGod] (java)
 * [http://getittogether.sourceforge.net/ Get It Togther] (java)
 * [http://www.cdavies.org/applerecords.html AppleRecords] (java)
 * [http://ourtunes.sourceforge.net/ OurTunes] (java)
 * [[http://craz.net/programs/itunes/tunesbrowser.html|TunesBrowser]] (linux)
 * [[http://one2ohmygod.sourceforge.net/|One2OhMyGod]] (java)
 * [[http://getittogether.sourceforge.net/|Get It Togther]] (java)
 * [[http://www.cdavies.org/applerecords.html|AppleRecords]] (java)
 * [[http://ourtunes.sourceforge.net/|OurTunes]] (java)
Line 45: Line 45:
 * [http://www.deleet.de/projekte/daap/daapd/ The DAAPD Project Page]
 * [http://mt-daapd.sourceforge.net/ MT-DAAPD]
 * [http://www.porchdogsoft.com/products/howl/ The Howl Site]
 * [http://www.oreillynet.com/cs/user/view/cs_msg/49282 DAAPD vs MT-DAAPD ]
 * [http://grahame.angrygoats.net/mdns.shtml  mDNS Reflector (ab)uses the Multicast DNS protocol]
 * [[http://www.deleet.de/projekte/daap/daapd/|The DAAPD Project Page]]
 * [[http://mt-daapd.sourceforge.net/|MT-DAAPD]]
 * [[http://www.porchdogsoft.com/products/howl/|The Howl Site]]
 * [[http://www.oreillynet.com/cs/user/view/cs_msg/49282|DAAPD vs MT-DAAPD ]]
 * [[http://grahame.angrygoats.net/mdns.shtml|mDNS Reflector (ab)uses the Multicast DNS protocol]]

A Linux iTunes Server Solution

== Setting up DAAP and ZeroConf on Debain Using Howl==

  • 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

DAAP aware apps

Other Pages with Info

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