From df5f2106a35f63044431e31fb5c8b2fccc5bb5c7 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Tue, 17 Aug 2010 20:07:31 +0200 Subject: fix description of RtpTime and seqnum initial values --- airtunes2.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/airtunes2.rst b/airtunes2.rst index bb636af..98daed9 100644 --- a/airtunes2.rst +++ b/airtunes2.rst @@ -66,8 +66,8 @@ Connect record or after receiving HTTP status code 401 (``401 Unauthorized``) #. Send RTSP ``SETUP`` request -#. Set sequence number of connection to a random value between 0 and 8192, - initial RTP timestamp to a random value between 0 and 65535. Normal play +#. Set sequence number of connection to a random 16 bit unsigned int and + initial RTP timestamp to a random 32 bit unsigned int. Normal play time (npt) is initially 0. #. Send RTSP ``RECORD`` request #. Send RTSP ``SET_PARAMETER`` request to set initial volume -- cgit v1.2.3-59-g8ed1b