Versions Compared

Key

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

The rtsp Server object is used for transmitting video from Server to remote workplaces using the RTSP protocol. Use of the RTSP protocol allows viewing video from IP cameras and video archive on remote clients by means of the Intellect software or using video players that support this protocol.  Transmitting Video gate archive and Long-term archive is also supported.

Note
titleAttention!
Transmitted video stream is to be compressed using H.264, MPEG4 or MJPEG codecs.

...

Address

Example

Description

rtsp://ServerIP address[:Port]/CameraNo.

rtsp://192.168.0.3/1

Viewing video signal from Camera 1 if default port is in use.

rtsp://224.0.0.3:555/1

Viewing video signal from Camera 1 when broadcasting in Multicast mode if port 555 is in use for video transmission from this camera.

rtsp:// ServerIP address[:Port]/archive?id= CameraNo.&time_begin=yyyy.mm.dd-hh:mm:ss&&time_end= yyyy.mm.dd-hh:mm:ss

rtsp://192.168.0.3:554/archive?id=1&time_begin=2011.11.11-11:11:11&&time_end=2011.11.11-11:12:00

Viewing video archive from Camera 1 for specified time period .

rtsp://ServerIP address[:Port]/archive?id=CameraNo.&time_begin=yyyymmddThhmmssZ&time_end=yyyymmddThhmmssZrtsp://192.168.15.182:555/archive?id=1&time_begin=20160331T080000Z&time_end=20160331T080800ZViewing video archive from Camera 1 for specified time period
rtsp://ServerIP address[:Port]/archive?id=CameraNo.&time_begin=yyyymmddThhmmssZrtsp://192.168.15.182:555/archive?id=4&time_begin=20160316T065000Z

Viewing video archive from Camera 4 from specific start time till the archive end (as the value of time_end is not specified in the address).

rtsp://ServerIP address[:Port]/archive?id=CameraNo.rtsp://192.168.15.182:555/archive?id=4Viewing video archive from Camera 4 from the beginning till the end.
rtsp://ServerIP address[:Port]/archive?id=CameraNo.&long_term_archive=Long-termArchiveNo.rtsp://10.0.12.60:559/archive?id=1&long_term_archive=2Viewing Camera 1 video archive from Long-term archive 2.
rtsp:///archive?id=CameraNo.&gate=VideogateNo.rtsp://10.0.12.60:559/archive?id=1&gate=3Viewing Camera 1 video archive from Video gate 3.
Info
titleNote.
If 554 port is in use (default value,) it can be not specified in the address line.

...