GET http://IP-address:port/prefix/archive/media/rendered-info/{UUID}—to get the information about the frame that was displayed last.
Tip |
---|
{UUID} is a unique identifier of the archive stream for which the information is requested (stream must be signed, see Get archive stream). |
Sample request:
GET http://127.0.0.1:80/archive/media/rendered-info/22996cea31-91c4-9a46-9269-48b998fd2f29
Sample response:
Code Block |
---|
{ "timestamp": "20110408T103627.048" } |
timestamp—frame timestamp.
Info | ||
---|---|---|
| ||
For the video stream received via the RTSP protocol, you cannot get the information about the frame displayed last using the rendered-info request. |