Go to documentation repository
Page History
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 Backup archive is also supported.
...
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://Login:Password@ServerIP address[:Port]/CameraNo. | rtsp://login:pass@192.168.0.1:554/1 | Viewing video signal from Camera 1 if users and permissions are configured in Intellect software (see Rights administration). |
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=yyyymmddThhmmssZ | rtsp://192.168.15.182:555/archive?id=1&time_begin=20160331T080000Z&time_end=20160331T080800Z | Viewing video archive from Camera 1 for specified time period |
rtsp://ServerIP address[:Port]/archive?id=CameraNo.&time_begin=yyyymmddThhmmssZ | rtsp://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=4 | Viewing video archive from Camera 4 from the beginning till the end. |
rtsp://ServerIP address[:Port]/archive?id=CameraNo.&long_term_archive=Long-termArchiveNoBackupArchiveNo. | rtsp://10.0.12.60:559/archive?id=1&long_term_archive=2 | Viewing Camera 1 video archive from Long-term Backup archive 2. |
rtsp://archive?id=CameraNo.&gate=VideogateNo. | rtsp://10.0.12.60:559/archive?id=1&gate=3 | Viewing Camera 1 video archive from Video gate 3. |
...