Remove type field from database format, update schemas and scripts
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
{
|
||||
"id": "vista-cctv-1",
|
||||
"url": "1/stream1",
|
||||
"type": "FFMPEG",
|
||||
"protocol": "rtsp",
|
||||
"port": 0,
|
||||
"models": [
|
||||
@@ -18,7 +17,6 @@
|
||||
{
|
||||
"id": "vista-cctv-2",
|
||||
"url": "cam1/h264",
|
||||
"type": "VLC",
|
||||
"protocol": "rtsp",
|
||||
"port": 0,
|
||||
"models": [
|
||||
@@ -28,7 +26,6 @@
|
||||
{
|
||||
"id": "vista-cctv-3",
|
||||
"url": "videostream.asf?user=[USERNAME]&pwd=[PASSWORD]&resolution=64&rate=0",
|
||||
"type": "FFMPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"models": [
|
||||
@@ -40,7 +37,6 @@
|
||||
{
|
||||
"id": "vista-cctv-4",
|
||||
"url": "cgi-bin/mobile_snapshot.cgi?user=[USERNAME]&pwd=[PASSWORD]",
|
||||
"type": "JPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"models": [
|
||||
@@ -50,7 +46,6 @@
|
||||
{
|
||||
"id": "vista-cctv-5",
|
||||
"url": "img/snapshot.cgi?size=2",
|
||||
"type": "JPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"models": [
|
||||
@@ -60,7 +55,6 @@
|
||||
{
|
||||
"id": "vista-cctv-6",
|
||||
"url": "snapshot.cgi?user=[USERNAME]&pwd=[PASSWORD]",
|
||||
"type": "JPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"models": [
|
||||
@@ -70,7 +64,6 @@
|
||||
{
|
||||
"id": "vista-cctv-7",
|
||||
"url": "snapshot.cgi?usr=[USERNAME]&pwd=[PASSWORD]",
|
||||
"type": "JPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"models": [
|
||||
@@ -80,7 +73,6 @@
|
||||
{
|
||||
"id": "vista-cctv-8",
|
||||
"url": "api/mjpegvideo.cgi?InputNumber=1&StreamNumber=[CHANNEL]",
|
||||
"type": "MJPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"models": [
|
||||
@@ -90,7 +82,6 @@
|
||||
{
|
||||
"id": "vista-cctv-9",
|
||||
"url": "video.cgi?resolution=VGA",
|
||||
"type": "MJPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"models": [
|
||||
@@ -100,7 +91,6 @@
|
||||
{
|
||||
"id": "vista-cctv-10",
|
||||
"url": "videostream.asf?user=[USERNAME]&pwd=[PASSWORD]",
|
||||
"type": "VLC",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"models": [
|
||||
@@ -110,7 +100,6 @@
|
||||
{
|
||||
"id": "vista-cctv-11",
|
||||
"url": "/1/stream1",
|
||||
"type": "FFMPEG",
|
||||
"protocol": "rtsp",
|
||||
"port": 554,
|
||||
"models": [
|
||||
|
||||
Reference in New Issue
Block a user