Remove type field from database format, update schemas and scripts
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
{
|
||||
"id": "merkury-1",
|
||||
"url": "/1",
|
||||
"type": "FFMPEG",
|
||||
"protocol": "rtsp",
|
||||
"port": 0,
|
||||
"models": [
|
||||
@@ -17,7 +16,6 @@
|
||||
{
|
||||
"id": "merkury-2",
|
||||
"url": "/?action=stream",
|
||||
"type": "MJPEG",
|
||||
"protocol": "http",
|
||||
"port": 80,
|
||||
"models": [
|
||||
@@ -27,7 +25,6 @@
|
||||
{
|
||||
"id": "merkury-3",
|
||||
"url": "/",
|
||||
"type": "FFMPEG",
|
||||
"protocol": "rtsp",
|
||||
"port": 8554,
|
||||
"models": [
|
||||
@@ -40,7 +37,6 @@
|
||||
{
|
||||
"id": "merkury-4",
|
||||
"url": "/11",
|
||||
"type": "FFMPEG",
|
||||
"protocol": "rtsp",
|
||||
"port": 5544,
|
||||
"models": [
|
||||
@@ -51,7 +47,6 @@
|
||||
{
|
||||
"id": "merkury-5",
|
||||
"url": "/mjpeg.cgi?user=[USERNAME]&password=[PASSWORD]&channel=0",
|
||||
"type": "FFMPEG",
|
||||
"protocol": "http",
|
||||
"port": 80,
|
||||
"models": [
|
||||
@@ -61,7 +56,6 @@
|
||||
{
|
||||
"id": "merkury-6",
|
||||
"url": "/video.mjpg?q=30&fps=33&id=0.5",
|
||||
"type": "FFMPEG",
|
||||
"protocol": "http",
|
||||
"port": 8090,
|
||||
"models": [
|
||||
|
||||
Reference in New Issue
Block a user