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
+37
View File
@@ -0,0 +1,37 @@
{
"version": 2,
"brand": "Airship",
"brand_id": "airship",
"streams": [
{
"id": "airship-1",
"url": "[CHANNEL]",
"type": "JPEG",
"protocol": "http",
"port": 0,
"models": [
"DVR"
]
},
{
"id": "airship-2",
"url": "live?camera=[CHANNEL]&framerate=5",
"type": "JPEG",
"protocol": "http",
"port": 0,
"models": [
"Server 4.711+"
]
},
{
"id": "airship-3",
"url": "live?codec=mjpeg&camera=[CHANNEL]",
"type": "MJPEG",
"protocol": "http",
"port": 0,
"models": [
"Server 4.711+"
]
}
]
}