48 lines
851 B
JSON
48 lines
851 B
JSON
{
|
|
"version": 2,
|
|
"brand": "Ingresso",
|
|
"brand_id": "ingresso",
|
|
"streams": [
|
|
{
|
|
"id": "ingresso-1",
|
|
"url": "videostream.asf?usr=[USERNAME]&pwd=[PASSWORD]",
|
|
"type": "FFMPEG",
|
|
"protocol": "http",
|
|
"port": 0,
|
|
"models": [
|
|
"IN-3010"
|
|
]
|
|
},
|
|
{
|
|
"id": "ingresso-2",
|
|
"url": "/rtsp_tunnel",
|
|
"type": "FFMPEG",
|
|
"protocol": "rtsp",
|
|
"port": 0,
|
|
"models": [
|
|
"Other"
|
|
]
|
|
},
|
|
{
|
|
"id": "ingresso-3",
|
|
"url": "videostream.cgi?rate=11",
|
|
"type": "MJPEG",
|
|
"protocol": "http",
|
|
"port": 0,
|
|
"models": [
|
|
"Other"
|
|
]
|
|
},
|
|
{
|
|
"id": "ingresso-4",
|
|
"url": "video.cgi?resolution=VGA",
|
|
"type": "MJPEG",
|
|
"protocol": "http",
|
|
"port": 0,
|
|
"models": [
|
|
"Other"
|
|
]
|
|
}
|
|
]
|
|
}
|