36 lines
594 B
JSON
36 lines
594 B
JSON
{
|
|
"version": 2,
|
|
"brand": "Flying",
|
|
"brand_id": "flying",
|
|
"streams": [
|
|
{
|
|
"id": "flying-1",
|
|
"url": "/0/888888:888888/main",
|
|
"protocol": "rtsp",
|
|
"port": 0,
|
|
"models": [
|
|
"1.3Mp",
|
|
"3mp"
|
|
]
|
|
},
|
|
{
|
|
"id": "flying-2",
|
|
"url": "videostream.cgi?user=[USERNAME]&password=[PASSWORD]",
|
|
"protocol": "http",
|
|
"port": 0,
|
|
"models": [
|
|
"1.3MP"
|
|
]
|
|
},
|
|
{
|
|
"id": "flying-3",
|
|
"url": "image.jpg",
|
|
"protocol": "http",
|
|
"port": 0,
|
|
"models": [
|
|
"3MP"
|
|
]
|
|
}
|
|
]
|
|
}
|