Files
StrixCamDB/brands/acm.json
T

58 lines
1.1 KiB
JSON

{
"version": 2,
"brand": "Acm",
"brand_id": "acm",
"streams": [
{
"id": "acm-1",
"url": "cgi-bin/encoder?USER=[USERNAME]&PWD=[PASSWORD]&SNAPSHOT",
"type": "JPEG",
"protocol": "http",
"port": 0,
"models": [
"1311"
]
},
{
"id": "acm-2",
"url": "videostream.asf?user=[USERNAME]&pwd=[PASSWORD]&resolution=[WIDTH]x[HEIGHT]",
"type": "FFMPEG",
"protocol": "http",
"port": 0,
"models": [
"m101"
]
},
{
"id": "acm-3",
"url": "snapshot.jpg?user=[USERNAME]&pwd=[PASSWORD]&strm=[CHANNEL]",
"type": "JPEG",
"protocol": "http",
"port": 0,
"models": [
"m101"
]
},
{
"id": "acm-4",
"url": "snapshot.cgi?user=[USERNAME]&pwd=[PASSWORD]",
"type": "JPEG",
"protocol": "http",
"port": 0,
"models": [
"Other"
]
},
{
"id": "acm-5",
"url": "cgi/mjpg/mjpeg.cgi",
"type": "MJPEG",
"protocol": "http",
"port": 0,
"models": [
"Other"
]
}
]
}