39 lines
714 B
JSON
39 lines
714 B
JSON
{
|
|
"version": 2,
|
|
"brand": "Ispy",
|
|
"brand_id": "ispy",
|
|
"streams": [
|
|
{
|
|
"id": "ispy-1",
|
|
"url": "/video.mjpg",
|
|
"type": "FFMPEG",
|
|
"protocol": "http",
|
|
"port": 8090,
|
|
"models": [
|
|
"Agent DVR (all cameras)",
|
|
"Other"
|
|
]
|
|
},
|
|
{
|
|
"id": "ispy-2",
|
|
"url": "/video.mjpg?oids=[CHANNEL]&size=640x480&fitType=Zoom",
|
|
"type": "FFMPEG",
|
|
"protocol": "http",
|
|
"port": 8090,
|
|
"models": [
|
|
"Agent DVR (single channel)"
|
|
]
|
|
},
|
|
{
|
|
"id": "ispy-3",
|
|
"url": "/mjpegfeed?oid=1&full",
|
|
"type": "FFMPEG",
|
|
"protocol": "http",
|
|
"port": 8080,
|
|
"models": [
|
|
"original"
|
|
]
|
|
}
|
|
]
|
|
}
|