From d6406b089c29b8a128b257ba864a2f02d0836424 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Tue, 17 Aug 2010 20:27:41 +0200 Subject: describe "first" behaviour for RTP packets --- airtunes2.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/airtunes2.rst b/airtunes2.rst index 98daed9..195d178 100644 --- a/airtunes2.rst +++ b/airtunes2.rst @@ -80,7 +80,8 @@ Transmitting Audio The audio data is encapsulated in an RTP packet (see RFC3550 Section 5.1) -#. Bytes 0-1 of the RTP Header are 0x80, 0x60 +#. Bytes 0-1 of the RTP Header are 0x80, 0x60 (0x80, 0xe0 for the 1st + packet in a stream or after a FLUSH). #. Bytes 2-3 store the current sequence number (whose initial value was set in the RECORD RTSP request) #. Bytes 4-7 store the current RTP timestamp (initial value was transmitted -- cgit v1.2.3-59-g8ed1b