Files
StrixCamDB/brands/e-lock.json
T

36 lines
651 B
JSON

{
"version": 2,
"brand": "E-lock",
"brand_id": "e-lock",
"streams": [
{
"id": "e-lock-1",
"url": "videostream.cgi?user=[USERNAME]&pwd=[PASSWORD]",
"protocol": "http",
"port": 0,
"models": [
"1000",
"Other"
]
},
{
"id": "e-lock-2",
"url": "videostream.asf",
"protocol": "http",
"port": 0,
"models": [
"Other"
]
},
{
"id": "e-lock-3",
"url": "videostream.asf?user=[USERNAME]&pwd=[PASSWORD]&resolution=[WIDTH]*[HEIGHT]",
"protocol": "http",
"port": 0,
"models": [
"Other"
]
}
]
}