Manual Axis Communications Version 3

32 pages 0.26 mb
Download

Go to site of 32

Summary
  • Axis Communications Version 3 - page 1

    VAPIX® VERSION 3 Video Streaming API ...

  • Axis Communications Version 3 - page 2

    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. COPYRIGHT NOTICE This document is copyright protected and is the property of Axis Communications AB and may not be copied, rep ...

  • Axis Communications Version 3 - page 3

    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. 7. LIMITATION OF LIABILITY 7.1. AXIS SHALL NOT BE LIABLE FOR LOSS OF DATA, LOSS OF PRODUCTION, LOSS OF PROFIT, LOSS OF USE, LO ...

  • Axis Communications Version 3 - page 4

    Video Streaming API Table of Contents 1 Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 1.1 Description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 1.1.1 References . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ...

  • Axis Communications Version 3 - page 5

    Video Streaming API Table of Contents 5.5 RTSP Request . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31 © 2008 - 2013 Axis Communications AB. AXIS COMMUNICATIONS, AXIS, ETRAX, ARTPEC and VAPIX are registered trademarks or trademark applications of Axis AB in various jurisdictions. All other company names ...

  • Axis Communications Version 3 - page 6

    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. 1 Overview 1.1 Description This document explains the basic arguments and parameters to send, receive and congure a video s ...

  • Axis Communications Version 3 - page 7

    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. 2 Video Streaming Over HTTP The HTTP-based video interface provides the functionality for requesting single and multipart imag ...

  • Axis Communications Version 3 - page 8

    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. Syntax: http://< servername >/axis-cgi/imagesize.cgi? camera=< value >[&< argument >=< value >...] ...

  • Axis Communications Version 3 - page 9

    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. Response: HTTP Code : 200 OK Content-Type : text/plain Body (value for argument "camera" is specied): <!-- [er ...

  • Axis Communications Version 3 - page 10

    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. Returned data after a successful request. HTTP Code : 200 OK Content-Type : text/plain Body: Video 1 = video Video 2 = no vide ...

  • Axis Communications Version 3 - page 11

    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. 2.5.2.1 Successful Request Successful response to a HTTP request. Response: HTTP Code : 200 OK Content-Type : image/bitmap Con ...

  • Axis Communications Version 3 - page 12

    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. HTTP Code : 200 OK Content-Type : image/jpeg Content-Length : < image size in bytes > Body: < JPEG image data > 2. ...

  • Axis Communications Version 3 - page 13

    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. http://myserver/axis-cgi/mjpg/video.cgi? streamprofile=myprofile&resolution=CIF 2.6.4 Motion JPEG Video Response When a Mo ...

  • Axis Communications Version 3 - page 14

    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. rotation=< int > 0 90 1 180 1 270 1 Rotate the image clockwise. The number of rotation alternatives in an Axis product i ...

  • Axis Communications Version 3 - page 15

    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. 3 RTSP API RTSP (Real Time Streaming Protocol) is a control protocol for media streams delivered by a media server. RTSP can b ...

  • Axis Communications Version 3 - page 16

    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 ...

  • Axis Communications Version 3 - page 17

    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. Request: DESCRIBE rtsp://myserver/axis-media/media.amp ?videocodec=h264&resolution=640x480 RTSP/1.0 CSeq: 0 User-Agent: Ax ...

  • Axis Communications Version 3 - page 18

    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. a=transform:0,-1,0;1,0,0;0,0,1 3.2.5 RTSP OPTIONS The OPTIONS request returns a list of supported RTSP commands. The command c ...

  • Axis Communications Version 3 - page 19

    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. The response returns a session identier that should be used together with the stream control commands (for example PLAY , P ...

  • Axis Communications Version 3 - page 20

    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 ...

  • Axis Communications Version 3 - page 21

    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. 3.2.8.1 RTSP PAUSE On Live Stream If PAUSE is requested during live streaming the data transmission will stop immediately. If ...

  • Axis Communications Version 3 - page 22

    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. Send a request with Require and RenewStream:yes in the header. Request: SET_PARAMETER rtsp://myserver/axis-media/media.amp RTS ...

  • Axis Communications Version 3 - page 23

    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. Example 12: GET request. Request: GET axis-media/media.amp?videocodec=h264&audio=0 HTTP/1.0 x-sessioncookie: 123456789 Res ...

  • Axis Communications Version 3 - page 24

    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. Syntax: rtsp://< servername >/axis-media/media.amp [?< parameter >=< value >[&< parameter >=< v ...

  • Axis Communications Version 3 - page 25

    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. textbackgroundcolor black white transparent semitransparent Set the color of the text background shown in the image. rotation ...

  • Axis Communications Version 3 - page 26

    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. videobitratepriority none framerate The priority when rate control is used. videokeyframeinterval An integer Corresponds to th ...

  • Axis Communications Version 3 - page 27

    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. 4 Always Multicast Always multicast means starting a multicast stream and letting it run continuously. Enabling always multica ...

  • Axis Communications Version 3 - page 28

    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. 5 Stream Proles A stream prole is a set of video stream parameters suitable for different applications, devices or situa ...

  • Axis Communications Version 3 - page 29

    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. Request: http://myserver/axis-cgi/param.cgi?action=add &template=streamprofile &group=StreamProfile &StreamProfile ...

  • Axis Communications Version 3 - page 30

    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. Note In order to create a new dynamic parameter admin or operator access control is needed. [StreamProle.S#] Template : str ...

  • Axis Communications Version 3 - page 31

    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. Request: http://myserver/axis-cgi/mjpg/video.cgi?&streamprofile=myprofile 5.5 RTSP Request Saved stream proles are also ...

  • Axis Communications Version 3 - page 32

    VAPIX® version 3 Ver. M4.2 Video Streaming API Date: July 2013 © Axis Communications AB, 2008 - 2013 Part No. 52937 ...

Manufacturer Axis Communications Category Stereo Receiver

Documents that we receive from a manufacturer of a Axis Communications Version 3 can be divided into several groups. They are, among others:
- Axis Communications technical drawings
- Version 3 manuals
- Axis Communications product data sheets
- information booklets
- or energy labels Axis Communications Version 3
All of them are important, but the most important information from the point of view of use of the device are in the user manual Axis Communications Version 3.

A group of documents referred to as user manuals is also divided into more specific types, such as: Installation manuals Axis Communications Version 3, service manual, brief instructions and user manuals Axis Communications Version 3. Depending on your needs, you should look for the document you need. In our website you can view the most popular manual of the product Axis Communications Version 3.

A complete manual for the device Axis Communications Version 3, how should it look like?
A manual, also referred to as a user manual, or simply "instructions" is a technical document designed to assist in the use Axis Communications Version 3 by users. Manuals are usually written by a technical writer, but in a language understandable to all users of Axis Communications Version 3.

A complete Axis Communications manual, should contain several basic components. Some of them are less important, such as: cover / title page or copyright page. However, the remaining part should provide us with information that is important from the point of view of the user.

1. Preface and tips on how to use the manual Axis Communications Version 3 - At the beginning of each manual we should find clues about how to use the guidelines. It should include information about the location of the Contents of the Axis Communications Version 3, FAQ or common problems, i.e. places that are most often searched by users in each manual
2. Contents - index of all tips concerning the Axis Communications Version 3, that we can find in the current document
3. Tips how to use the basic functions of the device Axis Communications Version 3 - which should help us in our first steps of using Axis Communications Version 3
4. Troubleshooting - systematic sequence of activities that will help us diagnose and subsequently solve the most important problems with Axis Communications Version 3
5. FAQ - Frequently Asked Questions
6. Contact detailsInformation about where to look for contact to the manufacturer/service of Axis Communications Version 3 in a specific country, if it was not possible to solve the problem on our own.

Do you have a question concerning Axis Communications Version 3?

Use the form below

If you did not solve your problem by using a manual Axis Communications Version 3, ask a question using the form below. If a user had a similar problem with Axis Communications Version 3 it is likely that he will want to share the way to solve it.

Copy the text from the picture

Comments (0)