MettaCam API
  1. Video streaming
MettaCam API
  • README
  • User
    • Login
      GET
    • Query user
      GET
  • Device
    • Device History Track
      GET
    • All Device Status(gps)
      GET
    • Get Device Status
      GET
    • Get Vehicle Status
      GET
    • Get User and Vehicle Info
      GET
  • Alarm
    • Query Device Alarm Info
      GET
    • Get Alarm Evidence(Image or Video)
      GET
    • Security Evidence Inquiry
      GET
  • Security
    • Security Evidence Inquiry
      POST
    • Evidence Query
      POST
  • Video streaming
    • Pull RTMP Live Streatming
    • H5 Live Streaming
      GET
    • Query History Video Files
      GET
  1. Video streaming

Query History Video Files

Developing
Prod_Env
https://www.mettacam.com
Prod_Env
https://www.mettacam.com
GET
/StandardApiAction_getVideoFileInfo.action

Request

Authorization
Add parameter in query
jsession
Example:
jsession: ********************
Query Params

Body Params multipart/form-data

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://www.mettacam.com/StandardApiAction_getVideoFileInfo.action?DevIDNO=&LOC=1&CHN=-1&YEAR=&MON=&DAY=&RECTYPE=&FILEATTR=2&BEG=&END=&ARM1=&ARM2=&RES=3&STREAM=-1&STORE=0&jsession'

Responses

🟢200Success
application/json
Body

Example
{
    "cmsserver": 0,
    "files": [
        {
            "DownTaskUrl": "string",
            "DownUrl": "string",
            "PlaybackUrl": "string",
            "PlaybackUrlWs": "string",
            "arm": 0,
            "arm1": 0,
            "arm2": 0,
            "beg": 0,
            "chn": 0,
            "chnMask": 0,
            "clientIp": "string",
            "clientIp2": "string",
            "clientIp3": "string",
            "clientPort": 0,
            "day": 0,
            "devIdno": "string",
            "end": 0,
            "file": "string",
            "lanip": "string",
            "len": 0,
            "loc": 0,
            "mon": 0,
            "mulChn": 0,
            "mulPlay": 0,
            "recing": 0,
            "res": 0,
            "store": 0,
            "stream": 0,
            "streamType": 0,
            "svr": 0,
            "type": 0,
            "year": 0
        }
    ],
    "result": 0
}
Modified at 2023-08-14 06:37:27
Previous
H5 Live Streaming
Built with