49 lines
1.0 KiB
JSON
49 lines
1.0 KiB
JSON
{
|
|
"version": 2,
|
|
"brand": "Fredi",
|
|
"brand_id": "fredi",
|
|
"streams": [
|
|
{
|
|
"id": "fredi-1",
|
|
"url": "videostream.asf?user=[USERNAME]&pwd=[PASSWORD]&resolution=[WIDTH]x[HEIGHT]",
|
|
"type": "FFMPEG",
|
|
"protocol": "http",
|
|
"port": 0,
|
|
"models": [
|
|
"HD mini wifi",
|
|
"MINI"
|
|
]
|
|
},
|
|
{
|
|
"id": "fredi-2",
|
|
"url": "/videostream.asf?user=[USERNAME]&pwd=[PASSWORD]&resolution=320x240",
|
|
"type": "FFMPEG",
|
|
"protocol": "http",
|
|
"port": 80,
|
|
"models": [
|
|
"HD mini wifi"
|
|
]
|
|
},
|
|
{
|
|
"id": "fredi-3",
|
|
"url": "/videostream.asf?user=[USERNAME]&pwd=&resolution=320x240",
|
|
"type": "FFMPEG",
|
|
"protocol": "http",
|
|
"port": 80,
|
|
"models": [
|
|
"L17"
|
|
]
|
|
},
|
|
{
|
|
"id": "fredi-4",
|
|
"url": "videostream.asf?user=[USERNAME]&pwd=[PASSWORD]&resolution=[WIDTH]*[HEIGHT]",
|
|
"type": "FFMPEG",
|
|
"protocol": "http",
|
|
"port": 0,
|
|
"models": [
|
|
"MINI"
|
|
]
|
|
}
|
|
]
|
|
}
|