Go to documentation repository
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\AxxonSoft\PSIM\Video\TransportProtocols registry key for 32-bit system (HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\AxxonSoft\PSIM\Video\TransportProtocols for 64-bit) on computer where the Camera object is created if RTSP stream is received from the rtsp-server of the Axxon PSIM software (see Configuring the 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:
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>
Example
Example
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 Axxon PSIM, then they stay the same − "admin" and "New@edge" correspondingly.
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 Axxon PSIM™ software).
Further actions with received audio stream are performed using the created Microphone object.