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.
Header eld
Description
Range
The play time period.
RTP-Info
Information about the RTP stream, including the sequence
number of the rst packet of the stream.
Example 6:
Request:
PLAY rtsp://myserver/axis-media/media.amp
?videocodec=h264&resolution=640x480 RTSP/1.0
CSeq: 4
User-Agent: Axis AMC
Session: 12345678
Response:
RTSP/1.0 200 OK
CSeq: 4
Session: 12345678
Range: npt=0.645272-
RTP-Info: url=rtsp://myserver/axis-media/media.amp/
trackID=1?videocodec=h264&resolution=640x480;seq=46932;
rtptime=1027887748, url=rtsp://myserver/axis-media/media.amp/
trackID=2?videocodec=h264&resolution=640x480;seq=3322;rtptime=611053482
Date: Wed, 16 Jul 2008 12:48:48 GMT
Example 7:
Play the recording “myrecording”.
Request:
PLAY rtsp://myserver/axis-media/media.amp?recordingid=”myrecording” RTSP/1.0
CSeq: 4
User-Agent: Axis AMC
Session: 12345678
3.2.8 RTSP PAUSE
The PAUSE request is used to temporarily stop data delivery from the Axis product. Use PLAY to restart data delivery.
Example 8:
Request:
PAUSE rtsp://myserver/axis-media/media.amp
?videocodec=h264&resolution=640x480 RTSP/1.0
CSeq: 5
User-Agent: Axis AMC
Session: 12345678
Response:
RTSP/1.0 200 OK
CSeq: 5
Session: 12345678
Date: Wed, 16 Jul 2008 12:48:49 GMT
20