Versions Compared

Key

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

...

Address

Example

Description

rtsp://ServerIP address[:Port]/Camera№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= Camera№ 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://IP-адрес Сервера[: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://IP-адрес Сервера[: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://IP-адрес Сервера[:Port]/archive?id=CameraNo.rtsp://192.168.15.182:555/archive?id=4Viewing video archive from Camera 4 from the beginning till the end.
Info
titleNote.
If 554 port is in use (default value,) it can be not specified in the address line.

...