Remove type field from database format, update schemas and scripts
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
{
|
||||
"id": "digisol-1",
|
||||
"url": "ipcam_h264.sdp",
|
||||
"type": "VLC",
|
||||
"protocol": "rtsp",
|
||||
"port": 5544,
|
||||
"models": [
|
||||
@@ -19,7 +18,6 @@
|
||||
{
|
||||
"id": "digisol-2",
|
||||
"url": "cgi/mjpg/mjpeg.cgi",
|
||||
"type": "MJPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"models": [
|
||||
@@ -32,7 +30,6 @@
|
||||
{
|
||||
"id": "digisol-3",
|
||||
"url": "snapshot.cgi",
|
||||
"type": "JPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"models": [
|
||||
@@ -42,7 +39,6 @@
|
||||
{
|
||||
"id": "digisol-4",
|
||||
"url": "mjpg/video.mjpg",
|
||||
"type": "MJPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"models": [
|
||||
@@ -54,7 +50,6 @@
|
||||
{
|
||||
"id": "digisol-5",
|
||||
"url": "snapshot.jpg?user=[USERNAME]&pwd=[PASSWORD]",
|
||||
"type": "JPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"models": [
|
||||
@@ -65,7 +60,6 @@
|
||||
{
|
||||
"id": "digisol-6",
|
||||
"url": "snapshot.jpg?account=[USERNAME]&password=[PASSWORD]",
|
||||
"type": "JPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"models": [
|
||||
@@ -75,7 +69,6 @@
|
||||
{
|
||||
"id": "digisol-7",
|
||||
"url": "ipcam.sdp",
|
||||
"type": "VLC",
|
||||
"protocol": "rtsp",
|
||||
"port": 0,
|
||||
"models": [
|
||||
|
||||
Reference in New Issue
Block a user