Skip to content

bobhyun/TS-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TS-API

Alt TS-CMS Alt TS-NVR Alt TS-IVR

TS-API is a web API built into the TS series video software lineup, which are TS-CMS, TS-NVR and TS-IVR of TS Solution Corp.

With this API, you can easily embed CCTV video and search functionality into your web page, like this:

<!DOCTYPE>
<head>
  <meta charset='utf-8'>
  <title>My Video</title>
</head>
<body>
  <iframe src='http://tssolution.iptime.org:83/watch?ch=1&auth=ZGVtbzohMTIzNHF3ZXI%3D' 
  width='640' height='360' frameborder='0' allowfullscreen />
</body>

Run

For more information, refer to the following TS-API Programmer's Guide: English Korean

License

MIT, Copyright (c) 2018-2022 TS Solution Corp.