Remove type field from database format, update schemas and scripts
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
{
|
||||
"id": "esp32-1",
|
||||
"url": "/stream",
|
||||
"type": "MJPEG",
|
||||
"protocol": "http",
|
||||
"port": 81,
|
||||
"models": [
|
||||
@@ -29,7 +28,6 @@
|
||||
{
|
||||
"id": "esp32-2",
|
||||
"url": "/capture",
|
||||
"type": "JPEG",
|
||||
"protocol": "http",
|
||||
"port": 80,
|
||||
"models": [
|
||||
@@ -42,7 +40,6 @@
|
||||
{
|
||||
"id": "esp32-3",
|
||||
"url": "?action=stream",
|
||||
"type": "MJPEG",
|
||||
"protocol": "http",
|
||||
"port": 80,
|
||||
"models": [
|
||||
@@ -56,7 +53,6 @@
|
||||
{
|
||||
"id": "esp32-4",
|
||||
"url": "/",
|
||||
"type": "MJPEG",
|
||||
"protocol": "http",
|
||||
"port": 80,
|
||||
"models": [
|
||||
@@ -74,7 +70,6 @@
|
||||
{
|
||||
"id": "esp32-5",
|
||||
"url": "/cam.mjpeg",
|
||||
"type": "MJPEG",
|
||||
"protocol": "http",
|
||||
"port": 81,
|
||||
"models": [
|
||||
@@ -87,7 +82,6 @@
|
||||
{
|
||||
"id": "esp32-6",
|
||||
"url": "/h264_stream",
|
||||
"type": "FFMPEG",
|
||||
"protocol": "rtsp",
|
||||
"port": 554,
|
||||
"models": [
|
||||
@@ -97,7 +91,6 @@
|
||||
{
|
||||
"id": "esp32-7",
|
||||
"url": "/deadbeef",
|
||||
"type": "FFMPEG",
|
||||
"protocol": "http",
|
||||
"port": 80,
|
||||
"models": [
|
||||
@@ -107,7 +100,6 @@
|
||||
{
|
||||
"id": "esp32-8",
|
||||
"url": "ch0_0.h264",
|
||||
"type": "VLC",
|
||||
"protocol": "rtsp",
|
||||
"port": 5544,
|
||||
"models": [
|
||||
@@ -117,7 +109,6 @@
|
||||
{
|
||||
"id": "esp32-9",
|
||||
"url": "/?action=stream",
|
||||
"type": "FFMPEG",
|
||||
"protocol": "http",
|
||||
"port": 80,
|
||||
"models": [
|
||||
@@ -127,7 +118,6 @@
|
||||
{
|
||||
"id": "esp32-10",
|
||||
"url": "/camera.jpg?camera=0",
|
||||
"type": "FFMPEG",
|
||||
"protocol": "http",
|
||||
"port": 80,
|
||||
"models": [
|
||||
@@ -137,7 +127,6 @@
|
||||
{
|
||||
"id": "esp32-11",
|
||||
"url": "/Stream",
|
||||
"type": "MJPEG",
|
||||
"protocol": "http",
|
||||
"port": 81,
|
||||
"models": [
|
||||
@@ -147,7 +136,6 @@
|
||||
{
|
||||
"id": "esp32-12",
|
||||
"url": "/mjpeg/1",
|
||||
"type": "JPEG",
|
||||
"protocol": "http",
|
||||
"port": 80,
|
||||
"models": [
|
||||
@@ -160,7 +148,6 @@
|
||||
{
|
||||
"id": "esp32-13",
|
||||
"url": "/view",
|
||||
"type": "FFMPEG",
|
||||
"protocol": "http",
|
||||
"port": 81,
|
||||
"models": [
|
||||
@@ -170,7 +157,6 @@
|
||||
{
|
||||
"id": "esp32-14",
|
||||
"url": "mjpeg?res=full&x0=0&y0=0&x1=100%&y1=100%&quality=12&doublescan=0",
|
||||
"type": "MJPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"models": [
|
||||
@@ -180,7 +166,6 @@
|
||||
{
|
||||
"id": "esp32-15",
|
||||
"url": "/snapshot.jpg",
|
||||
"type": "JPEG",
|
||||
"protocol": "http",
|
||||
"port": 80,
|
||||
"models": [
|
||||
@@ -191,7 +176,6 @@
|
||||
{
|
||||
"id": "esp32-16",
|
||||
"url": "jpg/image.jpg",
|
||||
"type": "JPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"models": [
|
||||
@@ -201,7 +185,6 @@
|
||||
{
|
||||
"id": "esp32-17",
|
||||
"url": "snapshot.jpg",
|
||||
"type": "JPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"models": [
|
||||
|
||||
Reference in New Issue
Block a user