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>
For more information, refer to the following TS-API Programmer's Guide: English Korean
MIT, Copyright (c) 2018-2022 TS Solution Corp.