26 lines
434 B
JSON
26 lines
434 B
JSON
{
|
|
"version": 2,
|
|
"brand": "Royal",
|
|
"brand_id": "royal",
|
|
"streams": [
|
|
{
|
|
"id": "royal-1",
|
|
"url": "cgi-bin/net_jpeg.cgi?ch=[CHANNEL]",
|
|
"protocol": "http",
|
|
"port": 0,
|
|
"models": [
|
|
"Fine"
|
|
]
|
|
},
|
|
{
|
|
"id": "royal-2",
|
|
"url": "videostream.cgi?usr=[USERNAME]&pwd=[PASSWORD]",
|
|
"protocol": "http",
|
|
"port": 0,
|
|
"models": [
|
|
"Guard"
|
|
]
|
|
}
|
|
]
|
|
}
|