Files
StrixCamDB/brands/first-concept.json
T

48 lines
944 B
JSON

{
"version": 2,
"brand": "First Concept",
"brand_id": "first-concept",
"streams": [
{
"id": "first-concept-1",
"url": "snapshot.jpg?user=[USERNAME]&pwd=[PASSWORD]",
"type": "JPEG",
"protocol": "http",
"port": 0,
"models": [
"Dassis"
]
},
{
"id": "first-concept-2",
"url": "videostream.cgi?user=[USERNAME]&pwd=[PASSWORD]",
"type": "MJPEG",
"protocol": "http",
"port": 0,
"models": [
"Other"
]
},
{
"id": "first-concept-3",
"url": "img/video.mjpeg",
"type": "MJPEG",
"protocol": "http",
"port": 0,
"models": [
"Other"
]
},
{
"id": "first-concept-4",
"url": "videostream.cgi?user=[USERNAME]&pwd=[PASSWORD]&resolution=32&rate=0",
"type": "MJPEG",
"protocol": "http",
"port": 0,
"models": [
"Other"
]
}
]
}