Remove type field from database format, update schemas and scripts
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
{
|
||||
"id": "pyle-1",
|
||||
"url": "videostream.cgi?user=[USERNAME]&pwd=[PASSWORD]&resolution=32&rate=0",
|
||||
"type": "MJPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"models": [
|
||||
@@ -22,7 +21,6 @@
|
||||
{
|
||||
"id": "pyle-2",
|
||||
"url": "video.cgi?resolution=VGA",
|
||||
"type": "MJPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"models": [
|
||||
@@ -34,7 +32,6 @@
|
||||
{
|
||||
"id": "pyle-3",
|
||||
"url": "cgi-bin/videostream.cgi?user=[USERNAME]&pwd=[PASSWORD]",
|
||||
"type": "MJPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"models": [
|
||||
@@ -52,7 +49,6 @@
|
||||
{
|
||||
"id": "pyle-4",
|
||||
"url": "videostream.cgi?resolution=8&rate=13",
|
||||
"type": "FFMPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"models": [
|
||||
@@ -66,7 +62,6 @@
|
||||
{
|
||||
"id": "pyle-5",
|
||||
"url": "videostream.asf?user=[USERNAME]&pwd=[PASSWORD]",
|
||||
"type": "VLC",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"models": [
|
||||
@@ -77,7 +72,6 @@
|
||||
{
|
||||
"id": "pyle-6",
|
||||
"url": "/cgi-bin/videostream.cgi?user=[USERNAME]&pwd=[PASSWORD]",
|
||||
"type": "MJPEG",
|
||||
"protocol": "http",
|
||||
"port": 80,
|
||||
"models": [
|
||||
@@ -87,7 +81,6 @@
|
||||
{
|
||||
"id": "pyle-7",
|
||||
"url": "cgi-bin/video_snapshot.cgi?user=[USERNAME]&pwd=[PASSWORD]",
|
||||
"type": "JPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"models": [
|
||||
|
||||
Reference in New Issue
Block a user