Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  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 field (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>

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


    Info
    titleExample
    The address to access rtsp-stream delivered 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.

    Info
    titleExample

    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:

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


    Note
    titleImportant!

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

...