Documentation for Intellect 4.11.0-4.11.3. Documentation for other versions of Intellect is available too.

Previous page Next page


You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Add 2 parameters to the request in order to get pre-authorized and signed links to video streams (both live and archive video):

  • enable_token_auth - enable authorization by token =1.
  • valid_token_hours - signature validation time (in hours). The maximum value is a week. The default value is 12 hours.

Login and password are to be specified in order to receive token.

Sample:

http://127.0.0.1:8085/web2/secure/video/action.do?version=4.10.0.0&sessionid=FC126734&video_in=CAM:1&enable_token_auth=1&valid_token_hours=1&login=1&password=1

Response:

{
"path" : "action.do?hmac=GAqUa429sjY2E9jCTpuYeaMqReW3Y7HI"
}

To get the video by this token, use a request like this:

http://127.0.0.1:8095/action.do?hmac=GAqUa429sjY2E9jCTpuYeaMqReW3Y7HI

This link becomes disabled after the specified period of time.

  • No labels