Versions Compared

Key

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

...

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/1Viewing 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=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.

...