Add converted brand data in v2 format (3626 brands, 17081 streams)
This commit is contained in:
@@ -0,0 +1,77 @@
|
||||
{
|
||||
"version": 2,
|
||||
"brand": "Guardzilla",
|
||||
"brand_id": "guardzilla",
|
||||
"streams": [
|
||||
{
|
||||
"id": "guardzilla-1",
|
||||
"url": "mjpeg.cgi?user=[USERNAME]&password=[PASSWORD]&channel=[CHANNEL]",
|
||||
"type": "MJPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"models": [
|
||||
"gz100w"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "guardzilla-2",
|
||||
"url": "video.cgi?resolution=VGA",
|
||||
"type": "MJPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"models": [
|
||||
"gz100w"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "guardzilla-3",
|
||||
"url": "/video.cgi?resolution=VGA",
|
||||
"type": "FFMPEG",
|
||||
"protocol": "http",
|
||||
"port": 80,
|
||||
"models": [
|
||||
"gz100w"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "guardzilla-4",
|
||||
"url": "/onvif-media/media.amp",
|
||||
"type": "FFMPEG",
|
||||
"protocol": "rtsp",
|
||||
"port": 0,
|
||||
"models": [
|
||||
"gz100w"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "guardzilla-5",
|
||||
"url": "/mpeg4",
|
||||
"type": "MJPEG",
|
||||
"protocol": "rtsp",
|
||||
"port": 0,
|
||||
"models": [
|
||||
"GZ100W"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "guardzilla-6",
|
||||
"url": "/video.mjpg?q=30&fps=33&id=0.5",
|
||||
"type": "FFMPEG",
|
||||
"protocol": "http",
|
||||
"port": 8090,
|
||||
"models": [
|
||||
"GZ600W"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "guardzilla-7",
|
||||
"url": "/video.mp4",
|
||||
"type": "FFMPEG",
|
||||
"protocol": "http",
|
||||
"port": 8080,
|
||||
"models": [
|
||||
"GZB100B"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user