Files
StrixCamDB/brands/jrecam.json
T

28 lines
531 B
JSON

{
"version": 2,
"brand": "Jrecam",
"brand_id": "jrecam",
"streams": [
{
"id": "jrecam-1",
"url": "videostream.cgi?rate=0&user=[USERNAME]&pwd=[PASSWORD]",
"type": "MJPEG",
"protocol": "http",
"port": 0,
"models": [
"JM3866W"
]
},
{
"id": "jrecam-2",
"url": "videostream.asf?user=[USERNAME]&pwd=[PASSWORD]&resolution=32&rate=0",
"type": "FFMPEG",
"protocol": "http",
"port": 0,
"models": [
"jw101m"
]
}
]
}