Remote Audio Output Protocol
![]() | This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
No issues specified. Please specify issues, or remove this template. |
Remote Audio Output Protocol (RAOP) is an Internet streaming protocol based on RTSP / RTP based authored by Apple Inc. It powers the AirPlay technology built into AirPort Express wireless (802.11b/g/n) access point as well as the Apple TV.
The major difference from RTSP is an initial Asymmetric key verification made by iTunes to verify it is communicating with an AirPort Express (as opposed to a simulation), and vice versa. The data channel is also encrypted by AES, with a random key protected by the asymmetric key mentioned above.
The RSA public key stored in iTunes was extracted by Jon Lech Johansen, enabling 3rd party software to stream music to an Airport Express.[1]
The RSA private key stored in the AirPort Express was extracted by James Laird, enabling simulation of an Airport Express.[2]
The Shairport application is available.[3]
References
- ^ "[vlc-devel] [PATCH] Add Remote Audio Output Protocol stream output plugin". Mailman.videolan.org. 2008-01-02. Retrieved 2012-02-10.
- ^ "[vlc-devel] RAOP/Airtunes". Mailman.videolan.org. Retrieved 2012-02-10.
- ^ "jhl". mafipulation. 2011-04-08. Retrieved 2012-02-10.
External links
- Technical note to describe the Remote Audio Access Protocol (RAOP) as used in Apple iTunes to stream music to the Airport Express (ApEx)
- RAOP-play, an open source implementation of the protocol