Remove type field from database format, update schemas and scripts
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
{
|
||||
"id": "gkb-1",
|
||||
"url": "snapshot.jpg",
|
||||
"type": "JPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"models": [
|
||||
@@ -18,7 +17,6 @@
|
||||
{
|
||||
"id": "gkb-2",
|
||||
"url": "/h264main",
|
||||
"type": "FFMPEG",
|
||||
"protocol": "rtsp",
|
||||
"port": 0,
|
||||
"models": [
|
||||
@@ -29,7 +27,6 @@
|
||||
{
|
||||
"id": "gkb-3",
|
||||
"url": "rtsph264",
|
||||
"type": "VLC",
|
||||
"protocol": "rtsp",
|
||||
"port": 0,
|
||||
"models": [
|
||||
@@ -39,7 +36,6 @@
|
||||
{
|
||||
"id": "gkb-4",
|
||||
"url": "snapshot.jpg?user=[USERNAME]&pwd=[PASSWORD]",
|
||||
"type": "JPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"models": [
|
||||
@@ -49,7 +45,6 @@
|
||||
{
|
||||
"id": "gkb-5",
|
||||
"url": "snapshot.cgi",
|
||||
"type": "JPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"models": [
|
||||
@@ -59,7 +54,6 @@
|
||||
{
|
||||
"id": "gkb-6",
|
||||
"url": "cgi-bin/net_jpeg.cgi?ch=[CHANNEL]",
|
||||
"type": "JPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"models": [
|
||||
|
||||
Reference in New Issue
Block a user