Files
StrixCamDB/brands/kodak.json
T

78 lines
1.4 KiB
JSON

{
"version": 2,
"brand": "Kodak",
"brand_id": "kodak",
"streams": [
{
"id": "kodak-1",
"url": "videostream.cgi?user=[USERNAME]&password=[PASSWORD]",
"type": "MJPEG",
"protocol": "http",
"port": 0,
"models": [
"201pl"
]
},
{
"id": "kodak-2",
"url": "videofeed",
"type": "MJPEG",
"protocol": "http",
"port": 0,
"models": [
"201PL"
]
},
{
"id": "kodak-3",
"url": "videostream.asf?user=[USERNAME]&pwd=[PASSWORD]&resolution=[WIDTH]x[HEIGHT]",
"type": "FFMPEG",
"protocol": "http",
"port": 0,
"models": [
"Other"
]
},
{
"id": "kodak-4",
"url": "videostream.asf",
"type": "FFMPEG",
"protocol": "http",
"port": 0,
"models": [
"s101"
]
},
{
"id": "kodak-5",
"url": "IMAGE.JPG",
"type": "JPEG",
"protocol": "http",
"port": 0,
"models": [
"s101"
]
},
{
"id": "kodak-6",
"url": "image.jpg",
"type": "JPEG",
"protocol": "http",
"port": 0,
"models": [
"s101"
]
},
{
"id": "kodak-7",
"url": "image.jpg?type=motion",
"type": "MJPEG",
"protocol": "http",
"port": 0,
"models": [
"s101"
]
}
]
}