|
← Revision 1 as of 2005-02-10 01:36:11
Size: 1044
Comment:
|
← Revision 2 as of 2005-02-10 01:41:42 →
Size: 1377
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 1: | Line 1: |
|
= Setting up DAAP and ZeroConf on Debain = == A Linux iTunes Server Solution == |
= A Linux iTunes Server Solution = == Setting up DAAP and ZeroConf on Debain == |
| Line 27: | Line 28: |
|
== Setting up DAAP and ZeroConf on Gentoo == [The Ignition Project http://www.ignition-project.com/node/view/201] has a good write up on the steps you need to take. == Other Pages with Info == [The DAAPD Project Page http://www.deleet.de/projekte/daap/daapd/] [The Howl Site http://www.porchdogsoft.com/products/howl/] |
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
mDNSPublish NameYouWantFolksToSee _daap._tcp 3689 &
- 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
browse reply: Add Service 0x3 WinstonDaapServer _daap._tcp. local.
resolve reply: 0x3 WinstonDaapServer _daap._tcp. local. 10.11.25.1 3689
- results should looks something like
iTunes under CrossOverOffice seems to work
- mDNSBrowse _daap._tcp
- to test that it is working
Setting up DAAP and ZeroConf on Gentoo
[The Ignition Project http://www.ignition-project.com/node/view/201] has a good write up on the steps you need to take.
Other Pages with Info
[The DAAPD Project Page http://www.deleet.de/projekte/daap/daapd/] [The Howl Site http://www.porchdogsoft.com/products/howl/]

