Go to documentation repository
...
| Section | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
The RTSP Server object is used for transmitting video from server to remote workstations using the RTSP protocol. The use of the RTSP protocol allows you to view video from IP cameras and video archive on remote clients by means of Axxon PSIM or use video players that support this protocol. Transmission of the archive of the Videogate and Backup archive is also supported.
If there is a live video with audio or the archive is recorded with audio, then video transmission with audio through RTSP Server is supported—for this specify the ID of microphone from which the archive is recorded when requesting video. For the audio to play correctly in VLC Media Player, set the VLC player compatibility mode checkbox (see below).
| Note | ||
|---|---|---|
| ||
Transmitted video stream must be compressed using H.264, H.265, MPEG4, or MJPEG codecs. When you use MJPEG codec, video of the height and/or width more than 2048 pixels is not supported. Client must reconnect to URL when codec is changed. To view the archive via RTSP Server, the archive must be recorded in the same codec. Otherwise, the archived video will not play back. The time_begin and time_end time parameters must be specified in the UTC+0 format. If the archive is in a different time zone, you must specify the time taking into account the time difference. On the settings panel of the RTSP Server object, you must select the specified Backup archive for the corresponding camera. The VLC player compatibility mode must be enabled to view videos in VLC Media Player. |
Note that when configuring, each RTSP Server loads only one CPU core. To increase the number of rtsp streams, you must create several RTSP Server objects and configure them on several cameras. Each RTSP Server entity runs in a separate process (StreamingServer.run).
| Info | ||
|---|---|---|
| ||
All ports mentioned below are specified using only natural numbers. |
To create the RTSP Server object, do the following:
...
Features of the Multicast mode:
Using the Multicast mode allows you to reduce the load on the server by reducing the amount of transmitted data. To distribute the transmitted signal among different RTSP ports, do the following:
Set the Multicast checkbox. The Port column is displayed in the Cameras table.
Specify a data transmission port for each camera in the Port field. When you specify ports, note the following:
Even if you specify video data port, you still must specify camera number in the data source address.
In the Receiver IP address field, specify the address from which the broadcast in the Multicast mode will be performed. Address must be in the range from 224.0.1.0 to 239.255.255.255. By default, the receiver IP is 224.0.1.150. When you specify Receiver IP address, note the following:
224.0.0.0-224.0.0.255 address range is reserved for routing protocols and other service protocols. You cannot set Receiver IP address from the specified range.
RTSP server can broadcast only to one network simultaneously. The network with minimal metric is selected by default. To change the broadcast network, go to the Advanced settings tab (see below).
...