Manuel d’utilisation Axis Communications Version 3

32 pages 0.26 mb
Télécharger

Aller à la page 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 ...

Fabricant Axis Communications Catégorie Stereo Receiver

Les documents que nous recevons du fabricant de l'appareilAxis Communications Version 3 peuvent être divisés en plusieurs groupes. Ceux-ci sont, entre autres:
- dessins techniques Axis Communications
- manuels d’utilisations Version 3
- fiches produit Axis Communications
- dépliants
- ou étiquettes-énergie Axis Communications Version 3
Tous sont importants, mais les informations les plus importantes du point de vue de l'utilisation de l'appareil se trouvent dans le manuel d’utilisation Axis Communications Version 3.

Un groupe de documents appelé manuels d’utilisation est également divisé en types plus spécifiques, tels que: Manuels d’installation Axis Communications Version 3, manuels d’entretien, brefs manuels ou manuels de l’utilisateur Axis Communications Version 3. Selon vos besoins, vous devriez chercher le document dont vous avez besoin. Sur notre site, vous pouvez voir le manuel le plus populaire d’utilisation du produit Axis Communications Version 3.

Manuels d’utilsiation similaires

Manuel d’utilisation complet de l’appareil Axis Communications Version 3, quelle devrait-elle être?
Le manuel d’utilisation, également appelé le mode d’emploi, ou tout simplement le manuel, est un document technique destiné à aider à utiliser Axis Communications Version 3 par les utilisateurs. Des manuels sont généralement écrits par un rédacteur technique, mais dans un langage accessible à tous les utilisateurs Axis Communications Version 3.

Le manuel d’utilisation complet Axis Communications, devrait inclure plusieurs éléments de base. Certains d'entre eux sont moins importants, tels que: la couverture / page de titre ou pages d'auteur. Cependant, la partie restante, devrait nous fournir des informations importantes du point de vue de l'utilisateur.

1. Introduction et des conseils sur la façon d'utiliser le manuel Axis Communications Version 3 - Au début de chaque manuel, nous devrions trouver des indices sur la façon d'utiliser le document. Il doit contenir des informations sur l'emplacement de la table des matières Axis Communications Version 3, FAQ ou des problèmes les plus fréquents - les points qui sont les plus souvent recherchés par les utilisateurs de chaque manuel
2. Table des matières - index de tous les conseils pour lAxis Communications Version 3 qui peuvent être trouvés dans le document courant
3. Conseils sur la façon d'utiliser les fonctions de base de l’appareil Axis Communications Version 3 - qui devraient nous aider dans les premières étapes lors de l'utilisation Axis Communications Version 3
4. Troubleshooting - séquence systématique des activités qui nous aideront à diagnostiquer et ensuite résoudre les principaux problèmes de Axis Communications Version 3
5. FAQ - questions fréquemment posées
6. Détails du contact Informations sur l'endroit où chercher le contact avec le fabricant / service Axis Communications Version 3 dans un pays donné, si le problème ne peut être résolu par nous-mêmes.

Avez-vous une question à propos de Axis Communications Version 3?

Utiliser le formulaire ci-dessous

Si vous n’avez pas résolu votre problème avec Axis Communications Version 3, avec l'aide du manuel que vous avez trouvé, posez une question en utilisant le formulaire ci-dessous. Si un utilisateur a eu un problème similaire avec Axis Communications Version 3 il est probable qu’il a envie de partager la façon de le résoudre.

Réécrire le texte de l'image

Commentaires (0)