aboutsummaryrefslogtreecommitdiffstats
path: root/airtunes2.rst
diff options
context:
space:
mode:
authorMike <mike@qtunes.org>2011-01-03 16:29:23 +0000
committermike <mike@xbmc.(none)>2011-01-03 16:30:34 +0000
commitd2fa7b05330a8b25829df44fbf03ea00c767978b (patch)
treed1a6f69783632d814cab501ec1e09655c4ef0ef4 /airtunes2.rst
parentdescribe suspending/resuming the audio stream (diff)
downloadAirtunes2-d2fa7b05330a8b25829df44fbf03ea00c767978b.tar.xz
Airtunes2-d2fa7b05330a8b25829df44fbf03ea00c767978b.zip
Testing confirmed that the link-local address cannot be used inHEADmaster
the RTSP header. Updated docs to confirm this.
Diffstat (limited to '')
-rw-r--r--airtunes2.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/airtunes2.rst b/airtunes2.rst
index 3f07651..c2d65c8 100644
--- a/airtunes2.rst
+++ b/airtunes2.rst
@@ -297,6 +297,10 @@ Unless specified otherwise, ``rtsp://{Local IP address}/{Client session ID}``
must be used as the request URI. The client session ID is a random number
between 0 and 2^32 generated once per connection.
+Note that the Local IP address cannot be a Link Local address (i.e. it cannot
+begin with 169.254) - it must be the primary IP address of the Airport, which
+is the first address record listed in the Airport's RAOP service announcement.
+
ANNOUNCE
~~~~~~~~