Files
StrixCamDB/brands/merlin.json
T

41 lines
810 B
JSON

{
"version": 2,
"brand": "Merlin",
"brand_id": "merlin",
"streams": [
{
"id": "merlin-1",
"url": "videostream.cgi?user=[USERNAME]&pwd=[PASSWORD]&resolution=32",
"type": "MJPEG",
"protocol": "http",
"port": 0,
"models": [
"IP CAMERA Lite",
"Other",
"vstc"
]
},
{
"id": "merlin-2",
"url": "snapshot.cgi?user=[USERNAME]&pwd=[PASSWORD]",
"type": "JPEG",
"protocol": "http",
"port": 0,
"models": [
"Other",
"WIFI CAMERA"
]
},
{
"id": "merlin-3",
"url": "videostream.asf?user=[USERNAME]&pwd=[PASSWORD]&resolution=64&rate=0",
"type": "FFMPEG",
"protocol": "http",
"port": 0,
"models": [
"Wifi Camera"
]
}
]
}