From d2fa7b05330a8b25829df44fbf03ea00c767978b Mon Sep 17 00:00:00 2001 From: Mike Date: Mon, 3 Jan 2011 16:29:23 +0000 Subject: Testing confirmed that the link-local address cannot be used in the RTSP header. Updated docs to confirm this. --- airtunes2.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'airtunes2.rst') 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 ~~~~~~~~ -- cgit v1.2.3-59-g8ed1b