Go to documentation repository
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 는 정보를 요청하는 아카이브 스트림의 고유 식별자입니다 (스트림은 서명이 필요함, 아카이브 스트림 가져오기 참조). |
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 requestRTSP 프로토콜을 통해 수신된 비디오 스트림의 경우, 렌더링된 정보 요청을 사용하여 마지막으로 표시된 프레임에 대한 정보를 얻을 수 없습니다. |