Files
StrixCamDB/brands/cowkey.json
T

38 lines
727 B
JSON

{
"version": 2,
"brand": "Cowkey",
"brand_id": "cowkey",
"streams": [
{
"id": "cowkey-1",
"url": "videostream.asf?user=[USERNAME]&pwd=[PASSWORD]&resolution=64&rate=0",
"type": "FFMPEG",
"protocol": "http",
"port": 0,
"models": [
"Other"
]
},
{
"id": "cowkey-2",
"url": "videostream.asf?user=[USERNAME]&pwd=[PASSWORD]&resolution=[WIDTH]x[HEIGHT]",
"type": "FFMPEG",
"protocol": "http",
"port": 0,
"models": [
"Other"
]
},
{
"id": "cowkey-3",
"url": "videostream.cgi",
"type": "MJPEG",
"protocol": "http",
"port": 0,
"models": [
"Other"
]
}
]
}