Files
StrixCamDB/brands/hdcam.json
T

38 lines
681 B
JSON

{
"version": 2,
"brand": "Hdcam",
"brand_id": "hdcam",
"streams": [
{
"id": "hdcam-1",
"url": "/11",
"type": "FFMPEG",
"protocol": "rtsp",
"port": 0,
"models": [
"Other"
]
},
{
"id": "hdcam-2",
"url": "videostream.cgi?rate=0&user=[USERNAME]&pwd=[PASSWORD]",
"type": "MJPEG",
"protocol": "http",
"port": 0,
"models": [
"Other"
]
},
{
"id": "hdcam-3",
"url": "videostream.cgi?user=[USERNAME]&pwd=[PASSWORD]&resolution=32",
"type": "MJPEG",
"protocol": "http",
"port": 0,
"models": [
"Other"
]
}
]
}