Files
StrixCamDB/brands/genie.json
T

48 lines
861 B
JSON

{
"version": 2,
"brand": "Genie",
"brand_id": "genie",
"streams": [
{
"id": "genie-1",
"url": "cgi-bin/videostream.cgi?user=[USERNAME]&pwd=[PASSWORD]",
"type": "MJPEG",
"protocol": "http",
"port": 0,
"models": [
"hd hawk"
]
},
{
"id": "genie-2",
"url": "/",
"type": "FFMPEG",
"protocol": "rtsp",
"port": 554,
"models": [
"Other"
]
},
{
"id": "genie-3",
"url": "[CHANNEL]/[USERNAME]:[PASSWORD]/main",
"type": "VLC",
"protocol": "rtsp",
"port": 0,
"models": [
"Other"
]
},
{
"id": "genie-4",
"url": "snapshot.jpg?user=[USERNAME]&pwd=[PASSWORD]",
"type": "JPEG",
"protocol": "http",
"port": 0,
"models": [
"Other"
]
}
]
}