Axis Communications Version 3 Stereo Receiver User Manual


 
Video Streaming API
This document is copyright protected and is the property of Axis Communications AB and may not be copied, reproduced or distributed in any way without
the prior written consent of Axis Communications AB.
Content-Type
The media type of the content.
User-Agent
Information about the client that initiates the request.
Require
Query whether an option is supported. Unsupported features
are listed in the Unsupported header eld. See example 2 in
section 3.2.10 RTSP SET_PARAMETER.
3.2.2 Response Syntax
Syntax:
RTSP/1.0 <Status Code> <Reason Phrase> <CRLF>
Headerfield1: val3<CRLF>
Headerfield2: val4<CRLF>
...
[Body]
The rst response line contains a status code and a reason phrase indicating the success or failure of the request. The status codes
are described in RFC 2326.
The following header elds can be included in all RTSP response messages:
Header Field Description
CSeq
Response sequence number (matches the sequence number of
the request).
Session
Session identier.
WWW-Authenticate
Authentication from client requested.
Date
Date and time of the response.
Unsupported
Features not supported by the Axis product.
3.2.3 RTSP DESCRIBE
The DESCRIBE command is used to request an SDP description of the media stream(s). The Session Description Protocol (SDP) is
described in RFC 2327.
The DESCRIBE request accepts the additional header eld:
Header Field Description
Accept
Listof contenttypes thatclientsupports (application/sdp
is the only supported type).
The response to the DESCRIBE command contains the additional header elds:
Header Field Description
Content-Type
Type of content (application/sdp).
Content-Length
Length of SDP description.
Content-Base
If relative URLs are used in the SDP description, this is the base
URL.
Example 1:
16