From: Mike Brady Date: Tue, 3 Apr 2018 21:45:17 +0000 (+0100) Subject: Update a comment about AirPlay -- now it gives the latency as 88200 directly. X-Git-Tag: 3.2RC1~7^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0f8a2786845344b4d2a7b6f6bb12d4fbd127e37;p=thirdparty%2Fshairport-sync.git Update a comment about AirPlay -- now it gives the latency as 88200 directly. --- diff --git a/rtsp.c b/rtsp.c index a5d05ca4..7bc1334e 100644 --- a/rtsp.c +++ b/rtsp.c @@ -675,7 +675,7 @@ static void handle_record(rtsp_conn_info *conn, rtsp_message *req, rtsp_message // actually is, // and when the client specifies a latency, it should be added to this figure. - // Thus, AirPlay's latency figure of 77175, when added to 11025 gives you + // Thus, [the old version of] AirPlay's latency figure of 77175, when added to 11025 gives you // exactly 88200 // and iTunes' latency figure of 88553, when added to 11025 gives you 99578, // pretty close to the 99400 we guessed.