Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Digital Audio Access Protocol
For sharing music in Apple's iTunes

The Digital Audio Access Protocol (DAAP) is the proprietary protocol introduced by Apple in its iTunes software to share media across a local network.

DAAP addresses the same problems for Apple as the UPnP AV standards address for members of the Digital Living Network Alliance (DLNA).

We don't have any images related to Digital Audio Access Protocol yet.
We don't have any YouTube videos related to Digital Audio Access Protocol yet.
We don't have any PDF documents related to Digital Audio Access Protocol yet.
We don't have any Books related to Digital Audio Access Protocol yet.
We don't have any archived web articles related to Digital Audio Access Protocol yet.

Description

The DAAP protocol was originally introduced in iTunes version 4.0.1 Initially, Apple did not officially release a protocol description, but it has been reverse-engineered to a sufficient degree that reimplementations of the protocol for non-iTunes platforms have been possible.

A DAAP server is a specialized HTTP server, which performs two functions. It sends a list of songs and it streams requested songs to clients. There are also provisions to notify the client of changes to the server. Requests are sent to the server by the client in form of URLs and are responded to with data in application/x-dmap-tagged mime-type, which can be converted to XML by the client. iTunes uses the zeroconf (also known as Bonjour) service to announce and discover DAAP shares on a local subnet. The DAAP service uses TCP port 3689 by default.2

DAAP is one of two media sharing schemes that Apple has currently released. The other, Digital Photo Access Protocol (DPAP), is used by iPhoto for sharing images. They both rely on an underlying protocol, Digital Media Access Protocol (DMAP).

Early versions of iTunes allowed users to connect to shares across the Internet, however, in recent versions only computers on the same subnet can share music (workarounds such as port tunneling are possible). The Register speculates that Apple made this move in response to pressure from the record labels.3 More recent versions of iTunes also limit the number of clients to 5 unique IP addresses within a 24-hour period.

DAAP has also been implemented in other non-iTunes media applications such as Banshee, Amarok, Exaile (with a plugin), Songbird (with a plugin), Rhythmbox, and WiFiTunes.

DAAP authentication

Beginning with iTunes 4.2, Apple introduced authentication to DAAP sharing, meaning that the only clients that could connect to iTunes servers were other instances of iTunes. This was further modified in iTunes 4.5 to use a custom hashing algorithm, rather than the standard MD5 function used previously. Both authentication methods were successfully reverse engineered within months of release.4

With iTunes 7.0, a new 'Client-DAAP-Validation' header hash is needed when connecting to an iTunes 7.0 server. This does not affect third-party DAAP servers, and all DAAP clients without support for this feature, including iTunes itself before version 7.0, will fail to connect to an iTunes 7.0 server, receiving a '403 Forbidden' HTTP error. The iTunes 7.0 authentication traffic analysis seem to indicate that a certificate exchange is performed to calculate the hash sent in the 'Client-DAAP-Validation' header.

DAAP clients

NamePlatform: DesktopPlatform: PortablePlatform: Devices/OtherPlatform: TVsDevelopment status
iOS Music app (formerly iPod app)iOS (by setting: password on Settings, then More>Shared), since iOS 4.3Native
AmarokWindows, Mac, LinuxActive
BansheeWindows, Mac, LinuxActive
CrossfireCross-platform Ajax-based Firefly client, with multiple browser support

Safari (inc. iOS), Nokia, Opera, IE, Chrome

Active
DAAP ClientAndroidDormant
DAAP Media PlayerAndroidActive
DiapenteAndroidDormant
FireflyClientIndependent (uses Java)Dormant
Get it togetherAny Java supported platformDormant
iTunesWindows, MaciOSApple TVNative
LimeWireWindows, Mac, LinuxActive
One2OhMyGodAny Java supported platformDormant
RhythmboxLinuxActive
Roku Soundbridge and RadioRokuDormant
WiFiTunesPocketPCDormant
SongbirdWindows, Mac, Linux (unsupported)Dormant, via plugin for 1.8.0
SoundBoxWindows, MacActive
SilverplayOnly Silverlight requiredActive
Simple DAAP ClientiOSDormant
Winamp with ml_daap pluginWindowsWinamp discontinued on 12/20/2013; ml_daap dormant, depends on Apple Bonjour support for Windows
XBMCWindows, Mac, LinuxXBMC Live iPadApple TV (2nd generation) only, and some othersActive

DAAP servers

NameOperating systemDevelopment status
LinuxmacOSMicrosoft WindowsOther
iTunesNoNoYesNoActive
Apple MusicNoYesNoNoActive
OwnToneYesNoNoFreeBSDActive
Firefly Media Server (mt-daapd)YesYesYesFreeBSDDormant
TangerineYesYesYesFreeBSDDormant
spydaap DAAP server (python)YesYesYesFreeBSDDormant
FreeNAS and NAS4FreeNoNoNoFreeBSDActive
NASLite M2YesNoNoNoActive
OpenMediaVaultYesNoNoNoActive
AmpacheYesYesYesFreeBSDActive
RhythmboxYesNoNoNoActive
node-daapdYesNoNoNoDormant
Wild Media Server (UPnP, DLNA, HTTP)YesYesYesNoActive
canaryYesYesNoNoActive
dmapdYesNoNoNoActive

See also

Notes and references

References

  1. "Unofficial DAAP protocol documentation" Archived 2012-02-22 at the Wayback Machine by Daniel Garcia, retrieved December 2, 2006 http://tapjam.net/daap/

  2. "Well Known Port Numbers" by IANA, November 30, 2006, retrieved December 2, 2006 https://www.iana.org/assignments/port-numbers

  3. "Apple halts iTunes' Internet sharing ability" by Tony Smith, The Register, May 28, 2003, retrieved August 31, 2006 https://www.theregister.co.uk/2003/05/28/apple_halts_itunes_internet_sharing/

  4. "iTunes 4.5 Authentication Cracked". April 29, 2004. Retrieved March 12, 2007. http://apple.slashdot.org/apple/04/04/29/1554231.shtml