Documentation for Intellect 4.11.0-4.11.3. Documentation for other versions of Intellect is available too.

Previous page Connecting devices over standard protocols  Connecting cameras via the GB/T28181 protocol Next page


To receive multimedia stream from a camera via RTSP protocol, the camera is to support this protocol. Information on RTSP support is in official reference documentation for the camera.

For proper operation of RTSP grabber functionality, make sure that no settings prevent data transmission via RTSP protocol.

Note.

To receive the RTSP stream it's required to set the multicast value to the rtsp parameter in the HKEY_LOCAL_MACHINE \SOFTWARE\ITV\Intellect\Video\TransportProtocols registry key for 32-bit system (HKEY_LOCAL_MACHINE \SOFTWARE\Wow6432Node\ITV\Intellect\Video\TransportProtocols for 54-bit) on computer where the Camera object is created if RTSP stream is received from the rtsp-server of the Intellect software (see Configuring RTSP Server module). More information about this parameter see in Changing the transport protocol used by IP-device section.

To receive video via RTSP protocol, do the following:

  1. Create the Video Capture Device object under the Computer object in the Hardware tab of the System settings dialog box (1).
     
  2. Go to the settings panel for the created object.
  3. Select the RTSP value in the Type dropdown list (2).
  4. Type-in the address of rtsp-stream in the IP address (3). The length of address is not to be longer than 100 characters.
    The format of address depends on camera model and its firmware. It is specified in the technical documentation of the vendor. Generally it looks like this: 
    rtsp://[<username>:<password>@]<IP address of video source >:<port>/<path_to_stream>

    Example

    For Axis 210A camera the address of rtsp-sream looks like this: rtsp://root:password@10.0.11.121:554/mpeg4/media.amp

    Example

    The address to access rtsp-streamdelivered  by rtsp Server of INTELLECT, looks like rtsp://192.168.0.3:554/1. When rtsp Server operates in the Multicast mode, it cannot be accessed via RTSP grabber.

    Receiving multiple streams via the RTSP driver has been implemented in Drivers Pack v. 3.2.28.1518 and over.  Maximum 3 streams are supported. RTSP addresses are semi-colon separated in the IP field.

    Example

    To get video from two streams, specify rtsp://admin:admin@10.0.26.16/live/h264;rtsp://admin:admin@10.0.26.16/live/mjpeg in the IP field.
    To get video from three streams:
    rtsp://admin:admin@10.0.26.16/live/h264;rtsp://admin:admin@10.0.26.16/live/mjpeg;rtsp://admin:admin@10.0.26.16/live/mpeg4

    Starting with Drivers Pack 3.62.2953, the receipt of an RTSP over HTTPS stream is supported. Before using this feature, first set the https transport protocol in the rtsp registry key (see Changing the transport protocol used by IP-device for details on this parameter). Example link for receiving an RTSP over HTTPS stream:

    Example.

    https://192.168.0.3:443/profile1/media.smp; https://admin:admin@192.168.0.3:443/profile2/media.smp

    Important!

    If there are invalid characters in the username or password (for instance, "@"), they are to be screened using ASCII codes (hexadecimal format). The "@" character will be screened as %40. For instance, when connecting the device over RTSP the link can look like "rtsp://admin:New%40edge@192.168.0.75:554/RVi/1/1". But if this data is in login and password fields of the Video capture device in Intellect, then they stay the same - "admin" and "New@edge" correspondingly.

  5. Click the Apply button to save the settings of the Video Capture Device object (4).
  6. Create the Camera object under the Video Capture Device object.
  7. Configure the created Camera object (5).
  8. Click the Apply button (6).
  9. Click the Video button to check if the video is available (7).

If the configuration is correct, video received via RTSP protocol is displayed in the viewing area.  Further actions with received video stream are performed using the created Camera object.  

Video-streaming via RTSP protocol is now configured.

To receive audio stream from a camera, create and configure the Audio card and Microphone objects for audio received via RTSP protocol.  For this select the RTSP type of the Audio card (see Registration of audio cards and microphones in INTELLECT™ software).

 

Further actions with received audio stream are performed using the created Microphone object.

  • No labels