Versions Compared

Key

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

...

Note
titleImportant!

You can get audio from x64 Server only.

You can't get audio in MJPEG format.

Get archive stream from default archive

GET http://IPaddress:port/prefix/archive/media/{VIDEOSOURCEID}/{STARTTIME}

...

HTML
<script id="asciicast-507167" src="https://asciinema.org/a/507167.js" async></script>

Assign ID to the stream

Assign ID to the stream to receive information about this stream.

...

It is possible to use other values consisting of latin letters and digits. It is recommended to use the UUID function (see 고유 식별자 가져오기).

RTSP archive video

GET rtsp://login:password@IPaddress:554/archive/hosts/SERVER1/DeviceIpint.0/SourceEndpoint.video:0:0/20160907T050548.723000Z?speed=1

...

  • speed = 1 − forward playback, normal speed;
  • speed = -1 − back playback, normal speed;
  • speed = 4 − fast playback, speed 4х;
  • speed = -8 − fast-rewind playback, speed 8x.

HTTP archive video

ffplay.exe -v debug "http://login:password@IP-Address:80/archive/media/SERVER1/DeviceIpint.4/SourceEndpoint.video:0:0/20170112T113526?w=1600&h=0&speed=1".

Tunneling RTSP over HTTP

Tip

VLC에서 RTSP를 HTTP를 통해 터널링 설정하기

...

For VLC: GET rtsp://login:password@Iaddress:8554/rtspproxy/archive/hosts/SERVER1/DeviceIpint.4/SourceEndpoint.video:0:0/20170115T113526

H.264 archive video

To get H.264 archive video use RTSP protocol:

...