Remove type field from database format, update schemas and scripts
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
{
|
||||
"id": "netwave-1",
|
||||
"url": "videostream.asf?usr=[USERNAME]&pwd=[PASSWORD]",
|
||||
"type": "FFMPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"models": [
|
||||
@@ -17,7 +16,6 @@
|
||||
{
|
||||
"id": "netwave-2",
|
||||
"url": "snapshot.jpg?user=[USERNAME]&pwd=[PASSWORD]&strm=[CHANNEL]",
|
||||
"type": "JPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"models": [
|
||||
@@ -28,7 +26,6 @@
|
||||
{
|
||||
"id": "netwave-3",
|
||||
"url": "videostream.cgi?rate=0&user=[USERNAME]&pwd=[PASSWORD]",
|
||||
"type": "MJPEG",
|
||||
"protocol": "http",
|
||||
"port": 81,
|
||||
"models": [
|
||||
@@ -39,7 +36,6 @@
|
||||
{
|
||||
"id": "netwave-4",
|
||||
"url": "videostream.asf?user=[USERNAME]&pwd=[PASSWORD]",
|
||||
"type": "VLC",
|
||||
"protocol": "http",
|
||||
"port": 81,
|
||||
"models": [
|
||||
@@ -49,7 +45,6 @@
|
||||
{
|
||||
"id": "netwave-5",
|
||||
"url": "videostream.asf?user=[USERNAME]&pwd=[PASSWORD]&resolution=64&rate=0",
|
||||
"type": "FFMPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"models": [
|
||||
@@ -61,7 +56,6 @@
|
||||
{
|
||||
"id": "netwave-6",
|
||||
"url": "videostream.asf?user=[USERNAME]&pwd=[PASSWORD]&resolution=[WIDTH]*[HEIGHT]",
|
||||
"type": "FFMPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"models": [
|
||||
@@ -75,7 +69,6 @@
|
||||
{
|
||||
"id": "netwave-7",
|
||||
"url": "/videostream.asf?user=[USERNAME]&pwd=[PASSWORD]&resolution=64&rate=0",
|
||||
"type": "FFMPEG",
|
||||
"protocol": "http",
|
||||
"port": 8081,
|
||||
"models": [
|
||||
@@ -85,7 +78,6 @@
|
||||
{
|
||||
"id": "netwave-8",
|
||||
"url": "videostream.cgi?",
|
||||
"type": "MJPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"models": [
|
||||
@@ -95,7 +87,6 @@
|
||||
{
|
||||
"id": "netwave-9",
|
||||
"url": "cgi-bin/snapshot.cgi?chn=[CHANNEL]&u=[USERNAME]&p=[PASSWORD]",
|
||||
"type": "JPEG",
|
||||
"protocol": "http",
|
||||
"port": 0,
|
||||
"models": [
|
||||
|
||||
Reference in New Issue
Block a user