26 lines
374 B
JSON
26 lines
374 B
JSON
{
|
|
"version": 2,
|
|
"brand": "Spotcam",
|
|
"brand_id": "spotcam",
|
|
"streams": [
|
|
{
|
|
"id": "spotcam-1",
|
|
"url": "/11",
|
|
"protocol": "rtsp",
|
|
"port": 5544,
|
|
"models": [
|
|
"HD Eva"
|
|
]
|
|
},
|
|
{
|
|
"id": "spotcam-2",
|
|
"url": "/0",
|
|
"protocol": "rtsp",
|
|
"port": 0,
|
|
"models": [
|
|
"HD8MP"
|
|
]
|
|
}
|
|
]
|
|
}
|