Files
StrixCamDB/brands/antik-smartcam.json
T

38 lines
802 B
JSON

{
"version": 2,
"brand": "Antik Smartcam",
"brand_id": "antik-smartcam",
"streams": [
{
"id": "antik-smartcam-1",
"url": "/cam/realmonitor?channel=1&subtype=00&authbasic=[AUTH]",
"type": "FFMPEG",
"protocol": "rtsp",
"port": 1935,
"models": [
"antik smartcam sci10"
]
},
{
"id": "antik-smartcam-2",
"url": "cgi-bin/snapshot.cgi?loginuse=[USERNAME]&loginpas=[PASSWORD]",
"type": "JPEG",
"protocol": "http",
"port": 0,
"models": [
"SCI 55"
]
},
{
"id": "antik-smartcam-3",
"url": "cgi-bin/snapshot.cgi?chn=[CHANNEL]&u=[USERNAME]&p=[PASSWORD]",
"type": "JPEG",
"protocol": "http",
"port": 0,
"models": [
"SCI 55"
]
}
]
}