Files
StrixCamDB/brands/braun.json
T

50 lines
975 B
JSON

{
"version": 2,
"brand": "Braun",
"brand_id": "braun",
"streams": [
{
"id": "braun-1",
"url": "videostream.cgi?user=[USERNAME]&pwd=[PASSWORD]",
"type": "MJPEG",
"protocol": "http",
"port": 0,
"models": [
"HD505",
"HD-560"
]
},
{
"id": "braun-2",
"url": "videostream.asf?usr=[USERNAME]&pwd=[PASSWORD]",
"type": "FFMPEG",
"protocol": "http",
"port": 0,
"models": [
"HD505",
"HD-560"
]
},
{
"id": "braun-3",
"url": "videostream.cgi?rate=0&user=[USERNAME]&pwd=[PASSWORD]",
"type": "MJPEG",
"protocol": "http",
"port": 0,
"models": [
"HD-560"
]
},
{
"id": "braun-4",
"url": "videostream.cgi?user=[USERNAME]&pwd=[PASSWORD]&resolution=32&rate=0",
"type": "MJPEG",
"protocol": "http",
"port": 0,
"models": [
"HD-560"
]
}
]
}