Files
StrixCamDB/brands/ness.json
T

36 lines
605 B
JSON

{
"version": 2,
"brand": "Ness",
"brand_id": "ness",
"streams": [
{
"id": "ness-1",
"url": "h264",
"protocol": "rtsp",
"port": 0,
"models": [
"NIP-200",
"NIP-300"
]
},
{
"id": "ness-2",
"url": "cgi-bin/jpg/image.cgi",
"protocol": "http",
"port": 0,
"models": [
"NIP-300"
]
},
{
"id": "ness-3",
"url": "videostream.cgi?user=[USERNAME]&pwd=[PASSWORD]&resolution=32&rate=0",
"protocol": "http",
"port": 0,
"models": [
"Other"
]
}
]
}