Add converted brand data in v2 format (3626 brands, 17081 streams)

This commit is contained in:
eduard256
2026-03-23 12:23:22 +00:00
parent dadf7a8320
commit 87abdfc03c
3626 changed files with 252214 additions and 0 deletions
+71
View File
@@ -0,0 +1,71 @@
{
"version": 2,
"brand": "Vistacam",
"brand_id": "vistacam",
"streams": [
{
"id": "vistacam-1",
"url": "img/snapshot.cgi?size=2",
"type": "JPEG",
"protocol": "http",
"port": 0,
"models": [
"1000",
"1101",
"700"
]
},
{
"id": "vistacam-2",
"url": "img/video.mjpeg",
"type": "MJPEG",
"protocol": "http",
"port": 0,
"models": [
"1101",
"700"
]
},
{
"id": "vistacam-3",
"url": "/img/video.mjpeg",
"type": "MJPEG",
"protocol": "http",
"port": 80,
"models": [
"1101"
]
},
{
"id": "vistacam-4",
"url": "/11",
"type": "FFMPEG",
"protocol": "rtsp",
"port": 554,
"models": [
"1200",
"Other"
]
},
{
"id": "vistacam-5",
"url": "snapshot.cgi",
"type": "JPEG",
"protocol": "http",
"port": 1935,
"models": [
"700"
]
},
{
"id": "vistacam-6",
"url": "snapshot.cgi?user=[USERNAME]&pwd=[PASSWORD]",
"type": "JPEG",
"protocol": "http",
"port": 1935,
"models": [
"700"
]
}
]
}