Remove type field from database format, update schemas and scripts
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
{
|
||||
"id": "openipc-1",
|
||||
"url": "/stream=0",
|
||||
"type": "FFMPEG",
|
||||
"protocol": "rtsp",
|
||||
"port": 554,
|
||||
"models": [
|
||||
@@ -20,7 +19,6 @@
|
||||
{
|
||||
"id": "openipc-2",
|
||||
"url": "/stream=1",
|
||||
"type": "FFMPEG",
|
||||
"protocol": "rtsp",
|
||||
"port": 554,
|
||||
"models": [
|
||||
@@ -34,7 +32,6 @@
|
||||
{
|
||||
"id": "openipc-3",
|
||||
"url": "/image.jpg",
|
||||
"type": "JPEG",
|
||||
"protocol": "http",
|
||||
"port": 80,
|
||||
"models": [
|
||||
@@ -47,7 +44,6 @@
|
||||
{
|
||||
"id": "openipc-4",
|
||||
"url": "/mjpeg.html",
|
||||
"type": "MJPEG",
|
||||
"protocol": "http",
|
||||
"port": 80,
|
||||
"models": [
|
||||
@@ -60,7 +56,6 @@
|
||||
{
|
||||
"id": "openipc-5",
|
||||
"url": "/video.mp4",
|
||||
"type": "FFMPEG",
|
||||
"protocol": "http",
|
||||
"port": 80,
|
||||
"models": [
|
||||
@@ -73,7 +68,6 @@
|
||||
{
|
||||
"id": "openipc-6",
|
||||
"url": "/audio.opus",
|
||||
"type": "FFMPEG",
|
||||
"protocol": "http",
|
||||
"port": 80,
|
||||
"models": [
|
||||
@@ -86,7 +80,6 @@
|
||||
{
|
||||
"id": "openipc-7",
|
||||
"url": "/audio.mp3",
|
||||
"type": "FFMPEG",
|
||||
"protocol": "http",
|
||||
"port": 80,
|
||||
"models": [
|
||||
@@ -99,7 +92,6 @@
|
||||
{
|
||||
"id": "openipc-8",
|
||||
"url": "/audio.m4a",
|
||||
"type": "FFMPEG",
|
||||
"protocol": "http",
|
||||
"port": 80,
|
||||
"models": [
|
||||
|
||||
Reference in New Issue
Block a user