Files
StrixCamDB/brands/launch.json
T

38 lines
620 B
JSON

{
"version": 2,
"brand": "Launch",
"brand_id": "launch",
"streams": [
{
"id": "launch-1",
"url": "[CHANNEL]/1:1/main",
"protocol": "rtsp",
"port": 0,
"models": [
"LC5000",
"Other"
]
},
{
"id": "launch-2",
"url": "[CHANNEL]/[USERNAME]:[PASSWORD]/main",
"protocol": "rtsp",
"port": 0,
"models": [
"LC5000",
"lc5201b6",
"Other"
]
},
{
"id": "launch-3",
"url": "image.jpg",
"protocol": "http",
"port": 0,
"models": [
"LC5000"
]
}
]
}